merge prs

This commit is contained in:
Ilya Kantor 2019-03-02 23:31:11 +03:00
parent 7888439420
commit d043b11516
26 changed files with 259 additions and 139 deletions

View file

@ -103,7 +103,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 the [next chapter](info:regexp-methods#y-flag))
: Sticky mode (covered in the chapter <info:regexp-sticky>)
We'll cover all these flags further in the tutorial.