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
regexmodule with regular expression functions.