Searched refs:_REGEX_CHARS (Results 1 – 1 of 1) sorted by relevance
121 _REGEX_CHARS = {'[', '(', '{', '|', '\\', '*', '?', '+', '^'} variable1126 if has_chars(input_str, _REGEX_CHARS):