freebsd-src/lib/libregex
Kyle Evans ca53e5aedf libregex: implement \` and \' (begin-of-subj, end-of-subj)
These are GNU extensions, generally equivalent to ^ and $ except that the
new syntax will not match beginning of line after the first in a multi-line
expression or the end of line before absolute last in a multi-line
expression.
2020-12-05 03:13:47 +00:00
..
tests libregex: implement \` and \' (begin-of-subj, end-of-subj) 2020-12-05 03:13:47 +00:00
Makefile libregex: Add a symbol map 2018-01-22 18:40:19 +00:00
Symbol.map libregex: Add a symbol map 2018-01-22 18:40:19 +00:00
Versions.def libregex: Add a symbol map 2018-01-22 18:40:19 +00:00