Update article.md
typos
This commit is contained in:
parent
706b1f26b2
commit
7c3df466bf
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,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).
|
: With this flag the search looks for all matches, without it -- only the first one (we'll see uses in the next chapter).
|
||||||
|
|
||||||
`m`
|
`m`
|
||||||
: Multiline mode (covered in the chapter <info:regexp-multiline>).
|
: Multiline mode (covered in the chapter <info:regexp-multiline-mode>).
|
||||||
|
|
||||||
`s`
|
`s`
|
||||||
: "Dotall" mode, allows `.` to match newlines (covered in the chapter <info:regexp-character-classes>).
|
: "Dotall" mode, allows `.` to match newlines (covered in the chapter <info:regexp-character-classes>).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue