pub const RegExpFlag_Sticky: u8 = 8; // 8u8
Expand description

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