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

Join The Discussion