minor
This commit is contained in:
parent
5c6a3f003f
commit
f651e963d7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ alert( "Mop top".match(/[tm]op/gi) ); // "Mop", "top"
|
|||
|
||||
Please note that although there are multiple characters in the set, they correspond to exactly one character in the match.
|
||||
|
||||
So the example above gives no matches:
|
||||
So the example below gives no matches:
|
||||
|
||||
```js run
|
||||
// find "V", then [o or i], then "la"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue