Man pages for re
'Python' Style Regular Expression Functions

re_compileCreate a regular expression object with specific flags
re_containsCheck if string contains a regular expression
re_escapeEscape special characters
re_findallExtract all occurrences of a pattern in a string
re_fullmatchMatch a pattern against the entire string
re_matchMatch a pattern at the start of a string
re_searchSearch for a pattern in a string
re_splitSplit a string by a regular expression pattern
re_subSubstitute occurrences of a pattern in a string
re documentation built on Sept. 11, 2024, 5:36 p.m.