Skip to content

Commit eb5a653

Browse files
committed
task and solution
1 parent bc6b21c commit eb5a653

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
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+
এম্পটি স্ট্রিং `""`। Regexp ইঞ্জিন প্রথমে `pattern:^` (ইনপুটের শুরুতে) মিলটি খুঁজে, হ্যাঁ এটি মিলে, তারপর এর শেষও খুঁজে `pattern:$`, এটিও মিলে। তাই শুধু খালি স্ট্রিংয়ের সাথে প্যাটার্নটি মিলে।
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Regexp ^$
22

3-
Which string matches the pattern `pattern:^$`?
3+
কোন স্ট্রিংটি প্যাটার্নটির `pattern:^$` সাথে মিলবে?

0 commit comments

Comments
 (0)