The class that represents the regular expressions is ________
(a) RegExpObj
(b) RegExpClass
(c) RegExp
(d) StringExp
(a) RegExpObj
(b) RegExpClass
(c) RegExp
(d) StringExp
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Correct answer is (c) RegExp
The explanation is: Regular expression is an object that describes a pattern of characters. The JavaScript RegExp class represents regular expressions, and both string and RegExp define methods that use regular expressions.