Constant mozjs::jsapi::RegExpFlag_Multiline
source ยท pub const RegExpFlag_Multiline: u8 = 4; // 4u8
Expand description
Treat ^ and $ as begin and end of line, i.e. /m.
pub const RegExpFlag_Multiline: u8 = 4; // 4u8
Treat ^ and $ as begin and end of line, i.e. /m.