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