Lines Matching refs:re
13 import re
34 ecre = re.compile(r'''
43 ''', re.VERBOSE | re.IGNORECASE | re.MULTILINE)
48 fcre = re.compile(r'[\041-\176]+:$')
52 _embeded_header = re.compile(r'\n[^ \t]+:')
308 # BAW: I'm not sure what the right test here is. What we're trying to
448 cre = re.compile(r'%s\s*' % ch)
462 # We don't want to split after the field name, if we're on the
517 # is what we're looking for.