Lines Matching full:re
11 import re
21 It calls re.compile for a given pattern. It also allows adding
30 Adds a new regex or re-use it from the cache.
34 self.regex = re.compile(string, flags=flags)
64 Handles a re.match storing its results
72 Handles a re.search storing its results
80 Alias to re.findall
87 Alias to re.split
94 Alias to re.sub
110 even harder on Python with its normal re module, as there are several
126 Although I re-implemented it to make it more generic and match 3 types
160 RE_DELIM = re.compile(r'[\{\}\[\]\(\)]')
216 This is similar to re.search:
228 This is similar to re.sub:
233 if r'\1' is used, it works just like re: it places there the