Skip to content

Commit 32b2c1f

Browse files
authored
Merge pull request #391 from odsantos/update-en-greedy-lazy-quantifiers
Update "Greedy and lazy quantifiers" article
2 parents c38dedd + f8be000 commit 32b2c1f

File tree

1 file changed

+1
-1
lines changed
  • 9-regular-expressions/10-regexp-greedy-and-lazy

1 file changed

+1
-1
lines changed

9-regular-expressions/10-regexp-greedy-and-lazy/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Let's take the following task as an example.
88

99
We have a text and need to replace all quotes `"..."` with guillemet marks: `«...»`. They are preferred for typography in many countries.
1010

11-
For instance: `"Hello, world"` should become `«Hello, world»`. There exist other quotes, such as `Witam, świat!”` (Polish) or `「你好,世界」` (Chinese), but for our task let's choose `«...»`.
11+
For instance: `"Hello, world"` should become `«Hello, world»`. There exist other quotes, such as `Witaj, świecie!”` (Polish) or `「你好,世界」` (Chinese), but for our task let's choose `«...»`.
1212

1313
The first thing to do is to locate quoted strings, and then we can replace them.
1414

0 commit comments

Comments
 (0)