Contents:
BackreferencesException
CharClassProblemException
Match
Match.end()
Match.endpos
Match.expand()
Match.group()
Match.groupdict()
Match.groups()
Match.lastgroup
Match.lastindex
Match.pos
Match.re
Match.regs
Match.span()
Match.start()
Match.string
Pattern
Pattern.contains()
Pattern.count()
Pattern.findall()
Pattern.finditer()
Pattern.flags
Pattern.fullmatch()
Pattern.groupindex
Pattern.groups
Pattern.match()
Pattern.pattern
Pattern.prefixmatch()
Pattern.scanner()
Pattern.search()
Pattern.split()
Pattern.sub()
Pattern.subn()
PatternError
RegexError
RegexFlag
RegexFlag.A
RegexFlag.ASCII
RegexFlag.DEBUG
RegexFlag.DOTALL
RegexFlag.I
RegexFlag.IGNORECASE
RegexFlag.L
RegexFlag.LOCALE
RegexFlag.M
RegexFlag.MULTILINE
RegexFlag.NOFLAG
RegexFlag.S
RegexFlag.U
RegexFlag.UNICODE
RegexFlag.VERBOSE
RegexFlag.X
SREPattern
compile()
count()
error
escape()
findall()
finditer()
fullmatch()
match()
prefixmatch()
purge()
search()
set_fallback_notification()
split()
sub()
subn()