Lines Matching full:regular
2 # Secret Labs' Regular Expression Engine
17 r"""Support for regular expressions (RE).
19 This module provides regular expression matching operations similar to
24 Regular expressions can contain both special and ordinary characters.
26 regular expressions; they simply match themselves. You can
48 (?:...) Non-grouping version of regular parentheses.
78 match Match a regular expression pattern to the beginning of a string.
86 purge Clear the regular expression cache.
189 "Compile a regular expression pattern, returning a pattern object."
193 "Clear the regular expression cache"