Q15
The class that represents the regular expressions is
A.
RegExpObj
B.
RegExpClass
C.
RegExp
AnswerD.
StringExp
Answer: Option C
Solution
Answer: Option C
Solution:
The JavaScript RegExp class represents regular expressions, and both string and RegExp define methods that use regular expressions.