Vidyalelo
Python · Q67

Regular Expressions in Python

Programming · Python · question 67

Q67

How can you match the end of a string using regular expressions?

A.
By using the $ symbol
Answer
B.
By using the end keyword
C.
By using the last keyword
D.
By using the terminate keyword

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board