This commit is contained in:
Ilya Kantor 2017-03-20 21:57:10 +03:00
parent e4db23fa56
commit 4ae129054e
8 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ There are only 5 of them in JavaScript:
: With this flag the search looks for all matches, without it -- only the first one (we'll see uses in the next chapter).
`m`
: Multiline mode (will cover in [todo]).
: Multiline mode (covered in the chapter <info:regexp-multiline>).
`u`
: Enables full unicode support. The flag enables correct processing of surrogate pairs. More about that in the chapter <info:regexp-unicode>.