We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f095cc commit 297ae60Copy full SHA for 297ae60
9-regular-expressions/01-regexp-introduction/article.md
@@ -77,7 +77,7 @@ alert( "<h1> <h2> <h3>".search(regexp));
77
78
Regular expressions may have flags that affect the search.
79
80
-There are only 5 of them in JavaScript:
+There are only 6 of them in JavaScript:
81
82
`i`
83
: With this flag the search is case-insensitive: no difference between `A` and `a` (see the example below).
0 commit comments