In regular expression the operator ‘*’ stands for —
2021
In regular expression the operator ‘*’ stands for —
Answer: C. Iteration — In regular expressions, the operator * means iteration (zero or more repetitions).
- A.
Addition
- B.
Concatenation
- C.
Iteration
- D.
Selection
Attempted by 569 students.
Show answer & explanation
Correct answer: C
In regular expressions, the operator * means iteration (zero or more repetitions).
A video solution is available for this question — log in and enroll to watch it.
Loading lesson…