Vidyalelo
Python · Q57

Regular Expressions in Python

Programming · Python · question 57

Q57

How can you match zero or more occurrences of a pattern in regular expressions?

A.
By using the * symbol after the pattern
Answer
B.
By using the ? symbol after the pattern
C.
By using the + symbol after the pattern
D.
By using the # symbol after the pattern

Answer: Option A

Solution

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