minor renovations, beautify round 2 (final)
This commit is contained in:
parent
fad6615c42
commit
8410ce6421
212 changed files with 1981 additions and 1717 deletions
|
@ -152,7 +152,7 @@ alert( str.match(reg) ); // witch, broom
|
|||
|
||||
```js
|
||||
//+ run
|
||||
alert( "123 456".match ( /\d+ \d+?/g) ); // 123 4
|
||||
alert( "123 456".match(/\d+ \d+?/g) ); // 123 4
|
||||
```
|
||||
|
||||
<ol>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue