There was an error while loading. Please reload this page.
1 parent 03090fc commit ca58b10Copy full SHA for ca58b10
1 file changed
9-regular-expressions/05-regexp-multiline-mode/article.md
@@ -25,7 +25,7 @@ console.log( str.match(/^\d/gm) ); // 1, 2, 3
25
```js run
26
let str = `1 місце: Вінні
27
2 місце: Паць
28
-3 місце: Слонопотам;
+3 місце: Слонопотам`;
29
30
*!*
31
console.log( str.match(/^\d/g) ); // 1
0 commit comments