Q57
How can you match zero or more occurrences of a pattern in regular expressions?
A.
By using the * symbol after the pattern
AnswerB.
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