Vidyalelo
Python · Q20

Regular Expressions in Python

Programming · Python · question 20

Q20

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

A.
By using the ^ symbol
Answer
B.
By using the start keyword
C.
By using the first keyword
D.
By using the initial keyword

Answer: Option A

Solution

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