mozjs_sys
0.128.3-4
In mozjs_sys::jsapi::JS
Constant
mozjs_sys
::
jsapi
::
JS
::
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.