mozjs
0.14.1
In mozjs::
jsapi
mozjs
::
jsapi
Constant
RegExpFlag_Multiline
Copy item path
Source
pub const RegExpFlag_Multiline:
u8
= 4; // 4u8
Expand description
Treat ^ and $ as begin and end of line, i.e. /m.