We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ffd43 + 7c3df46 commit e9be10dCopy full SHA for e9be10d
5-regular-expressions/01-regexp-introduction/article.md
@@ -94,7 +94,7 @@ There are only 5 of them in JavaScript:
94
: With this flag the search looks for all matches, without it -- only the first one (we'll see uses in the next chapter).
95
96
`m`
97
-: Multiline mode (covered in the chapter <info:regexp-multiline>).
+: Multiline mode (covered in the chapter <info:regexp-multiline-mode>).
98
99
`s`
100
: "Dotall" mode, allows `.` to match newlines (covered in the chapter <info:regexp-character-classes>).
0 commit comments