regex.match(string[, pos[, endpos]]) If zero or more characters at the beginning of string match this regular
regex.groupindex A dictionary mapping any symbolic group names defined by (?P<id>) to group numbers. The
regex.subn(repl, string, count=0) Identical to the subn() function, using the compiled pattern.
match.group([group1, ...]) Returns one or more subgroups of the match. If there is a single argument, the result is a single
get_value(key, args, kwargs) Retrieve a given field value. The key argument will be either an integer or a string.
regex.findall(string[, pos[, endpos]]) Similar to the findall() function, using the compiled pattern, but also
re.search(pattern, string, flags=0) Scan through string looking for the first location where the regular expression
regex.finditer(string[, pos[, endpos]]) Similar to the finditer() function, using the compiled pattern, but also
stringprep.in_table_c4(code) Determine whether code is in tableC.4 (Non-character code points).
readline.set_startup_hook([function]) Set or remove the function invoked by the rl_startup_hook callback of the
Page 9 of 17