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.find, regex.replace, regex.replace_all, regex.is_match, regex.split

Phase 2c migration: ported to the typed marshal layer. Phase 2d Cluster #4 (2026-05-07): regex.match and regex.find activated using the new TypedReturn::SomeObjectPairs variant.

Functionsยง

create_regex_module
Create the regex module with regular expression functions.