We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ffde7 commit 59d791bCopy full SHA for 59d791b
9-regular-expressions/17-regexp-methods/article.md
@@ -86,7 +86,7 @@ alert( firstMatch.index ); // 0
86
alert( firstMatch.input ); // <h1>Hello, world!</h1>
87
```
88
89
-If we use `for..of` to loop over `matchAll` matches, then we don't need `Array.from`, разумеется, не нужен.
+If we use `for..of` to loop over `matchAll` matches, then we don't need `Array.from` any more.
90
91
## str.split(regexp|substr, limit)
92
@@ -144,7 +144,6 @@ alert( '12-34-56'.replace( *!*/-/g*/!*, ":" ) ) // 12:34:56
144
145
The second argument is a replacement string. We can use special character in it:
146
147
-| Symbols | Action in the replacement string |
148
| Symbols | Action in the replacement string |
149
|--------|--------|
150
|`$&`|inserts the whole match|
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments