SPECIAL_CHARS_REGEX top-level property

Pattern SPECIAL_CHARS_REGEX
final

Pattern to exclude special characters

Implementation

final Pattern SPECIAL_CHARS_REGEX =
    RegExp(r'\[-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]');