mozjs_
sys
0.140.0-3
In mozjs_
sys::
jsapi::
JS
mozjs_sys
::
jsapi
::
JS
Constant
RegExpFlag_Multiline
Copy item path
Source
pub const RegExpFlag_Multiline:
u8
= 4;
Expand description
Treat ^ and $ as begin and end of line, i.e. /m.