Mega Code Archive

 
Categories / Java / Regular Expressions
 

Character Class Matches

\p{javaLowerCase}               Everything that Character.isLowerCase() matches \p{javaUpperCase}               Everything that Character.isUpperCase() matches \p{javaWhitespace}              Everything that Character.isWhitespace() matches \p{javaMirrored}                Everything that Character.isMirrored() matches