freebsd-dev/lib/libregex
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
..
tests libregex: implement \b and \B (word boundary, not word boundary) 2020-12-05 03:16:05 +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