summaryrefslogtreecommitdiff
path: root/text-regex.c
AgeCommit message (Collapse)Author
2015-07-19text: move regex related functions to separate fileMarc André Tanner
Eventually this should probably be rewritten to use an iternal regex engine, currently it has unacceptable memory usage, it copies the whole text.