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