Next Regular Expression Mastery 46

The Rest of the Metacharacters

\d[0-9]
\D[^0-9]
\w[A-Za-z0-9_]
\W[^A-Za-z0-9_]
\s[ \t\n\f\r]
\S[^ \t\n\f\r]



Next Copyright © 2002 M. J. Dominus