regex.groupindex A dictionary mapping any symbolic group names defined by (?P<id>) to group numbers. The
re.subn(pattern, repl, string, count=0, flags=0) Perform the same operation as sub(), but return a tuple (new_string
match.group([group1, ...]) Returns one or more subgroups of the match. If there is a single argument, the result is a single
match.pos The value of pos which was passed to the search() or match() method of a regex
readline.set_completion_display_matches_hook([function]) Set or remove the completion display function. If function
readline.get_completer_delims() Set or get the word delimiters for completion. These determine the start of the word to be considered
unicodedata.numeric(chr[, default]) Returns the numeric value assigned to the character chr as float. If no such value
readline.set_completer([function]) Set or remove the completer function. If function is specified, it will be used
quick_ratio() Return an upper bound on ratio() relatively quickly.
regex.match(string[, pos[, endpos]]) If zero or more characters at the beginning of string match this regular
Page 8 of 17