Examveda
Examveda

What does /[^(]* regular expression indicate ?

A. Match one or more characters that are not open paranthesis

B. Match zero or more characters that are open paranthesis

C. Match zero or more characters that are not open paranthesis

D. Match one or more characters that are open paranthesis

Answer: Option C

Solution(By Examveda Team)

We should always be careful while using * and ? as repetition characters as they may match zero instances of whatever precedes them, they are allowed to match nothing.

This Question Belongs to Javascript >> Classes And Modules

Join The Discussion

Related Questions on Classes and Modules