freebsd-dev/lib/libregex/tests
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
..
gnuext.in libregex: implement \` and \' (begin-of-subj, end-of-subj) 2020-12-05 03:13:47 +00:00
libregex_test.sh libregex: disable some of the unimplemented test cases for now 2020-08-04 02:16:43 +00:00
Makefile