summaryrefslogtreecommitdiff
path: root/text-regex.c
AgeCommit message (Collapse)Author
2016-04-03text-regex: introduce function to match arbitrary textMarc André Tanner
2016-03-14text-regex: fix possible infinite loop when searching backwardsMarc André Tanner
2016-01-18text-regex: remove unused struct memberMarc André Tanner
2016-01-10Simplify code by using text_bytes_alloc0Marc André Tanner
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.