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