Skip to content

Commit 4edd6b5

Browse files
authored
Proper Polish language inflection
Hello world! properly inflects as Witaj świecie! in Polish. Cheers 🍷
1 parent 5dff42b commit 4edd6b5

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

+1-1
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)