Skip to main content

BUILTIN_REGEX_MATCH

Constant BUILTIN_REGEX_MATCH 

Source
pub const BUILTIN_REGEX_MATCH: u16 = 303; // 303u16
Expand description

Re-export the regex_match host method as a builtin so [[ s =~ pat ]] works even when fusevm’s Op::RegexMatch isn’t routed (compat fallback).