Skip to content

Commit c75cf90

Browse files
NancyT33333lex111
andauthored
Update 9-regular-expressions/11-regexp-alternation/03-match-quoted-string/task.md
Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
1 parent 1bdf852 commit c75cf90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 9-regular-expressions/11-regexp-alternation/03-match-quoted-string

9-regular-expressions/11-regexp-alternation/03-match-quoted-string/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
let str = "Как вот \"здесь\".";
99
```
1010

11-
Здесь особо важно, что двойная кавычка после слэша `subject:\"` не оканчивает строку.
11+
Здесь особо важно, что двойная кавычка после слеша `subject:\"` не оканчивает строку.
1212

1313
Поэтому мы должны искать от одной кавычки до другой, игнорируя встречающиеся экранированные кавычки.
1414

0 commit comments

Comments
 (0)