Functions

Summary

function

class parent

truncated documentation

_compile

_setup_hook

if this function is added to the module, the help automation and unit tests call it first before anything goes on …

check

Checks the library is working. It raises an exception. If you want to disable the logs:

compile

Compiles a regular expression pattern, returning a pattern object.

escape

Escape all potentially meaningful regexp characters.

findall

Implements method re.findall for re2 in Python.

fullmatch

Tries to apply the pattern to the entire string, returning a match object, or None if no match was found.

match

Tries to apply the pattern at the start of the string, returning a match object, or None if no match was found.

search

Scans through string looking for a match to the pattern, returning a match object, or None if no match was found.