aboutsummaryrefslogtreecommitdiff
path: root/text-regex.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-10Simplify code by using text_bytes_alloc0Marc André Tanner1-6/+2
2015-07-19text: move regex related functions to separate fileMarc André Tanner1-0/+71
Eventually this should probably be rewritten to use an iternal regex engine, currently it has unacceptable memory usage, it copies the whole text.