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.
2 parents 8faa5a3 + 7290597 commit 6fddae0Copy full SHA for 6fddae0
1 file changed
9-regular-expressions/14-regexp-lookahead-lookbehind/article.md
@@ -105,7 +105,7 @@ let regexp = /\d+(?=(€|kr))/; // добавлены дополнительны
105
alert( str.match(regexp) ); // 30, €
106
```
107
108
-Тоже самое можно применить к ретроспективной проверке:
+То же самое можно применить к ретроспективной проверке:
109
110
```js run
111
let str = "1 индейка стоит $30";
0 commit comments