Constant mozjs::jsapi::RegExpFlag_Global
source ยท pub const RegExpFlag_Global: u8 = 2; // 2u8
Expand description
Act globally and find all matches (rather than stopping after just the first one), i.e. /g.
pub const RegExpFlag_Global: u8 = 2; // 2u8
Act globally and find all matches (rather than stopping after just the first one), i.e. /g.