Fix typos in 9.11 (Capturing groups)
This commit is contained in:
parent
633db6fbe9
commit
f2f650062c
4 changed files with 4 additions and 4 deletions
|
@ -16,5 +16,5 @@ alert( regexp.test('0132546789AB') ); // false (no colons)
|
|||
|
||||
alert( regexp.test('01:32:54:67:89') ); // false (5 numbers, must be 6)
|
||||
|
||||
alert( regexp.test('01:32:54:67:89:ZZ') ) // false (ZZ ad the end)
|
||||
alert( regexp.test('01:32:54:67:89:ZZ') ) // false (ZZ at the end)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue