Add missing charachter
This commit is contained in:
parent
edfb8248f1
commit
6432a5e4a9
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ In other words, all special characters are allowed except where they mean someth
|
||||||
|
|
||||||
A dot `"."` inside square brackets means just a dot. The pattern `pattern:[.,]` would look for one of characters: either a dot or a comma.
|
A dot `"."` inside square brackets means just a dot. The pattern `pattern:[.,]` would look for one of characters: either a dot or a comma.
|
||||||
|
|
||||||
In the example below the regexp `pattern:[-().^+]` looks for one of the characters `-().^`:
|
In the example below the regexp `pattern:[-().^+]` looks for one of the characters `-().^+`:
|
||||||
|
|
||||||
```js run
|
```js run
|
||||||
// No need to escape
|
// No need to escape
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue