This commit is contained in:
Ilya Kantor 2019-09-04 15:44:48 +03:00
parent ef370b6ace
commit f21cb0a2f4
71 changed files with 707 additions and 727 deletions

View file

@ -1,7 +0,0 @@
# A match for /d+? d+?/
What's the match here?
```js
"123 456".match(/\d+? \d+?/g) ); // ?
```