Skip to main content

Module regex

Module regex 

Source
Expand description

Native regex module for regular expression operations.

Exports: regex.match, regex.match_all, regex.replace, regex.replace_all, regex.is_match, regex.split

Functionsยง

create_regex_module
Create the regex module with regular expression functions.