In regular expression the operator ‘*’ stands for —
2022
In regular expression the operator ‘*’ stands for —
- A.
Addition
- B.
Concatenation
- C.
Iteration
- D.
Selection
Attempted by 340 students.
Show answer & explanation
Correct answer: C
In regular expressions, the operator * means iteration (zero or more repetitions).