up
This commit is contained in:
parent
e4db23fa56
commit
4ae129054e
8 changed files with 3 additions and 3 deletions
|
@ -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>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue