Home | History | Annotate | Download | only in webob

Lines Matching refs:re

168 import re
184 tag_re = re.compile(r'<.*?>', re.S)
185 br_re = re.compile(r'<br.*?>', re.I|re.S)
186 comment_re = re.compile(r'<!--|-->')