]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add two example regexps: (1) one for matching all the characters
authorkeramida <keramida@FreeBSD.org>
Fri, 5 Sep 2008 17:41:20 +0000 (17:41 +0000)
committerkeramida <keramida@FreeBSD.org>
Fri, 5 Sep 2008 17:41:20 +0000 (17:41 +0000)
commit8ba042b0de4fa3d3a53188959c9a4f551cf2bec7
tree346186e191396ce2de5eec81ec821940f1516581
parentaa0fb0c85b0204f844e87c64cad6b03a4cdc4a0c
Add two example regexps: (1) one for matching all the characters
that belong in a character class, and (2) one for matching all
the characters *not* in a character class.

Submitted by: Mark B, mkbucc at gmail.com
MFC after: 3 days
lib/libc/regex/re_format.7