typpo
This commit is contained in:
parent
581802dad3
commit
0e49461c92
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ In the example below we only get the name `match:John` as a separate member of t
|
||||||
let str = "Gogogo John!";
|
let str = "Gogogo John!";
|
||||||
|
|
||||||
*!*
|
*!*
|
||||||
// ?: exludes 'go' from capturing
|
// ?: excludes 'go' from capturing
|
||||||
let regexp = /(?:go)+ (\w+)/i;
|
let regexp = /(?:go)+ (\w+)/i;
|
||||||
*/!*
|
*/!*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue