pub const RegExpFlag_Sticky: u8 = 8;
Expand description

Only match starting from .lastIndex, i.e. /y.