We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aded3d3 commit fb5e78bCopy full SHA for fb5e78b
9-regular-expressions/09-regexp-quantifiers/1-find-text-manydots/task.md
@@ -2,11 +2,11 @@ importance: 5
2
3
---
4
5
-# How to find an ellipsis "..." ?
+# Як знайти розділовий знак три крапки "..." ?
6
7
-Create a regexp to find ellipsis: 3 (or more?) dots in a row.
+Створіть регулярний вираз, який знайде розділовий знак три крапки: 3 (чи навіть більше?) крапок у ряд.
8
9
-Check it:
+Перевірте:
10
11
```js
12
let regexp = /your regexp/g;
0 commit comments