Talk:Regular Expressions

Revision as of 20:53, 16 July 2009 by Bparsonnet (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I think this page should include a summary of generic character types:

 \d     any decimal digit
 \D     any character that is not a decimal digit
 \s     any whitespace character
 \S     any character that is not a whitespace character
 \w     any "word" character
 \W     any "non-word" character
Comments


You are not allowed to post comments.