NON_ALPHANUM top-level constant

String const NON_ALPHANUM

Implementation

const String NON_ALPHANUM = r"[^a-zA-Z0-9]";