aboutsummaryrefslogtreecommitdiff
path: root/devel/libgnuregex/pkg-descr
blob: f0b0c6d8d15d6d7d4ea2f3dc41eeba4e24c0214a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
libgnuregex is the regex subset of Gnulib, the GNU portability library. The
regex subset offers an extension of the regex(3) API to allow more flexibility
in the flavor of regular expressions. libgnuregex also enhances POSIX
regular expressions with more features and shorthand, such as:

- \b and \B (word boundary, not word boundary)
- \s and \S ([[:space:]], [^[:space:]])
- \w and \W ([[:alnum:]], [^[:alnum:]])
- \` and \' (beginning of subject, end of subject)

WWW: http://www.gnu.org/software/gnulib/