pub const RegExpFlag_Multiline: u8 = 4; // 4u8
Expand description

Treat ^ and $ as begin and end of line, i.e. /m.