Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 59d791b

Browse files
authored
fix typo
1. then we don't need Array.from, разумеется, не нужен. -> then we don't need Array.from any more. 2. delete the extra table header
1 parent 23ffde7 commit 59d791b

File tree

1 file changed

+1
-2
lines changed
  • 9-regular-expressions/17-regexp-methods

1 file changed

+1
-2
lines changed

‎9-regular-expressions/17-regexp-methods/article.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ alert( firstMatch.index ); // 0
8686
alert( firstMatch.input ); // <h1>Hello, world!</h1>
8787
```
8888
89-
If we use `for..of` to loop over `matchAll` matches, then we don't need `Array.from`, разумеется, не нужен.
89+
If we use `for..of` to loop over `matchAll` matches, then we don't need `Array.from` any more.
9090

9191
## str.split(regexp|substr, limit)
9292

@@ -144,7 +144,6 @@ alert( '12-34-56'.replace( *!*/-/g*/!*, ":" ) ) // 12:34:56
144144
145145
The second argument is a replacement string. We can use special character in it:
146146
147-
| Symbols | Action in the replacement string |
148147
| Symbols | Action in the replacement string |
149148
|--------|--------|
150149
|`$&`|inserts the whole match|

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /