This commit is contained in:
Ilya Kantor 2017-03-20 20:52:29 +03:00
parent 1e2b09b6fb
commit 7ddea43ab4
22 changed files with 382 additions and 343 deletions

View file

@ -102,8 +102,7 @@ There are only 5 of them in JavaScript:
: Enables full unicode support. The flag enables correct processing of surrogate pairs. More about that in the chapter <info:regexp-unicode>.
`y`
: Sticky mode (covered in [todo])
: Sticky mode (covered in the [next chapter](info:regexp-methods#y-flag))
## The "i" flag