Skip to content

Commit 10a05c4

Browse files
finish solution
1 parent 3abd568 commit 10a05c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • 9-regular-expressions/04-regexp-anchors/1-start-end
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
An empty string is the only match: it starts and immediately finishes.
1+
یک رشته خالی تنها منطبق است: شروع می شود و بلافاصله تمام می شود.
22

3-
The task once again demonstrates that anchors are not characters, but tests.
3+
این کار یک بار دیگر نشان می دهد که مجریان کاراکترها نیستند، بلکه آزمایش هستند.
44

5-
The string is empty `""`. The engine first matches the `pattern:^` (input start), yes it's there, and then immediately the end `pattern:$`, it's here too. So there's a match.
5+
رشته `""` خالی است. موتور ابتدا با `^:pattern` (شروع ورودی) مطابقت دارد، بله وجود دارد، و بلافاصله با `$:pattern` انتهایی، آن هم اینجاست. بنابراین یک مسابقه وجود دارد.

0 commit comments

Comments
 (0)