Merge pull request #79 from morajabi/patch-2

Add missing charachter
This commit is contained in:
Ilya Kantor 2017-07-08 12:35:58 +03:00 committed by GitHub
commit db2804ed74

View file

@ -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.
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
// No need to escape