SPECIAL_CHARS_REGEX top-level property
Pattern to exclude special characters
Implementation
final Pattern SPECIAL_CHARS_REGEX =
RegExp(r'\[-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]');
Pattern to exclude special characters
final Pattern SPECIAL_CHARS_REGEX =
RegExp(r'\[-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]');