match.string The string passed to match() or search().
subsequent_indent (default: '') String that will be prepended to all lines of wrapped output except the first.
format(format_string, *args, **kwargs) The primary API method. It takes a format string and an arbitrary set of positional and
class difflib.SequenceMatcher This is a flexible class for comparing pairs of sequences of any type, so long as the sequence
stringprep.map_table_b2(code) Return the mapped value for code according to tableB.2 (Mapping for case-folding used
match.span([group]) For a match m, return the 2-tuple (m.start(group), m.end(group)). Note that if group
regex.fullmatch(string[, pos[, endpos]]) If the whole string matches this regular expression, return a corresponding
difflib.get_close_matches(word, possibilities, n=3, cutoff=0.6) Return a list of the best “good enough” matches. word
regex.flags The regex matching flags. This is a combination of the flags given to compile(), any (?...)
re.match(pattern, string, flags=0) If zero or more characters at the beginning of string match the regular expression
Page 3 of 17