Vidyalelo
JavaScript · Q30

Classes And Modules

Programming · JavaScript · question 30

Q30

The ‘ ’ present in the RegExp object is called a

A.
character
B.
matcher
C.
metacharacter
Answer
D.
metadata

Answer: Option C

Solution

Answer: Option C
Solution:
The ‘S’ is a special metacharacter that matches the end of a string.