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