Constant mozjs_sys::jsapi::JS::RegExpFlag_IgnoreCase
source ยท pub const RegExpFlag_IgnoreCase: u8 = 1;
Expand description
Interpret regular expression source text case-insensitively by folding uppercase letters to lowercase, i.e. /i.