Skip to content

add - predefined character classes #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2014

Conversation

lanwen
Copy link
Contributor

@lanwen lanwen commented May 13, 2014

\d  A digit: [0-9]
\D  A non-digit: [^0-9]
\s  A whitespace character: [ \t\n\x0B\f\r]
\S  A non-whitespace character: [^\s]
\w  A word character: [a-zA-Z_0-9]
\W  A non-word character: [^\w]

lanwen added a commit that referenced this pull request May 13, 2014
add - predefined character classes
@lanwen lanwen merged commit 25bb1a1 into VerbalExpressions:master May 13, 2014
@lanwen lanwen deleted the predefined_chars branch May 13, 2014 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant