freebsd-dev/lib/libregex/tests
Kyle Evans 6b986646d4 libregex: implement \b and \B (word boundary, not word boundary)
This is the last of the needed GNU expressions before we can unleash bsdgrep
by default. \b is effectively an agnostic equivalent of \< and \>, while
\B will match every space that isn't making a transition from
nonchar -> char or char -> nonchar.
2020-12-05 03:16:05 +00:00
..
gnuext.in libregex: implement \b and \B (word boundary, not word boundary) 2020-12-05 03:16:05 +00:00
libregex_test.sh libregex: disable some of the unimplemented test cases for now 2020-08-04 02:16:43 +00:00
Makefile