match.string The string passed to match() or search().
parse(format_string) Loop over the format_string and return an iterable of tuples (literal_text, field_name
unicodedata.decimal(chr[, default]) Returns the decimal value assigned to the character chr as integer. If no such
unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined
match.start([group]) match.end([group]) Return the indices of the start and end of the substring matched by group;
format(format_string, *args, **kwargs) The primary API method. It takes a format string and an arbitrary set of positional and
class difflib.HtmlDiff This class can be used to create an HTML table (or a complete HTML file containing the table) showing
readline.get_completion_type() Get the type of completion being attempted. This returns the rl_completion_type
stringprep.in_table_c12(code) Determine whether code is in tableC.1.2 (Non-ASCII space characters).
re.finditer(pattern, string, flags=0) Return an iterator yielding match objects
Page 2 of 17