In regular expression the operator ‘*’ stands for —

2021

In regular expression the operator ‘*’ stands for —

Answer: C. IterationIn regular expressions, the operator * means iteration (zero or more repetitions).

  1. A.

    Addition

  2. B.

    Concatenation

  3. C.

    Iteration

  4. D.

    Selection

Attempted by 563 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.

Explore the full course: Bpsc

Loading lesson…