Talk:Regular Expressions
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
Enable comment auto-refresher