module RegexpExamples::CharSets

Definitions of various special characters, used in regular expressions. For example, ‘/h/.examples` will return the value of `Hex` in this module

Constants

Any

Ensure that the “common” characters appear first in the array Also, ensure “n” comes first, to make it obvious when included

AnyNoNewLine
BackslashCharMap

Map of special regex characters, to their associated character sets

Control
Digit
Hex
Lower
POSIXCharMap
Punct
Upper
Whitespace
Word