Class CommonCharsToIgnore (3.11.1)

CommonCharsToIgnore(value)

Convenience enum for indicating common characters to not transform.

Values: COMMON_CHARS_TO_IGNORE_UNSPECIFIED (0): Unused. NUMERIC (1): 0-9 ALPHA_UPPER_CASE (2): A-Z ALPHA_LOWER_CASE (3): a-z PUNCTUATION (4): US Punctuation, one of !"#$%&'()*+,-./:;<=>?@[]^_{|} WHITESPACE (5): Whitespace character, one of [ \t\n\x0B\f\r]