Type alias RegexOptionsLiteral

RegexOptionsLiteral: IgnoreCase | "i" | "I" | MultiLine | "m" | "M" | Unicode | "u" | "U" | Sticky | "y" | "Y" | IgnorePatternWhitespace | "w" | "W"

Generated using TypeDoc