Character | Description |
g | Global match. Find all possible matches. |
i | Make matching case-insensitive. |
26.1.Introduction | ||||
26.1.1. | Pattern Matching | |||
26.1.2. | Defining Patterns | |||
26.1.3. | All the characters that require a backslash character to be taken literally within a pattern. | |||
26.1.4. | Pattern Attributes | |||
26.1.5. | Testing for Pattern Matches | |||
26.1.6. | The pattern matching methods in the RegExp object require String objects. |