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 9926fc4 commit 838319cCopy full SHA for 838319c
1 file changed
9-regular-expressions/04-regexp-anchors/article.md
@@ -28,7 +28,7 @@ alert( /сніг$/.test(str1) ); // true
28
29
Перевіримо, чи є рядок часом у форматі: `12:34`. Тобто: дві цифри, потім двокрапка, а потім ще дві цифри.
30
31
-У мові регулярних виразів це так `pattern:\d\d:\d\d`:
+У мові регулярних виразів це виглядає так `pattern:\d\d:\d\d`:
32
33
```js run
34
let goodInput = "12:34";
0 commit comments