Skip to content

Commit fb5e78b

Browse files
Update task.md
1 parent aded3d3 commit fb5e78b

File tree

1 file changed

+3
-3
lines changed
  • 9-regular-expressions/09-regexp-quantifiers/1-find-text-manydots

1 file changed

+3
-3
lines changed

9-regular-expressions/09-regexp-quantifiers/1-find-text-manydots/task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ importance: 5
22

33
---
44

5-
# How to find an ellipsis "..." ?
5+
# Як знайти розділовий знак три крапки "..." ?
66

7-
Create a regexp to find ellipsis: 3 (or more?) dots in a row.
7+
Створіть регулярний вираз, який знайде розділовий знак три крапки: 3 (чи навіть більше?) крапок у ряд.
88

9-
Check it:
9+
Перевірте:
1010

1111
```js
1212
let regexp = /your regexp/g;

0 commit comments

Comments
 (0)