Skip to content

Commit 36c44c6

Browse files
committed
start translation
1 parent 1067461 commit 36c44c6

File tree

1 file changed

+1
-1
lines changed
  • 9-regular-expressions/09-regexp-quantifiers

1 file changed

+1
-1
lines changed

9-regular-expressions/09-regexp-quantifiers/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Quantifiers +, *, ? and {n}
1+
# Quantificadores +, *, ? e {n}
22

33
Let's say we have a string like `+7(903)-123-45-67` and want to find all numbers in it. But unlike before, we are interested not in single digits, but full numbers: `7, 903, 123, 45, 67`.
44

0 commit comments

Comments
 (0)