Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The class that represents the regular expressions is

  2. A.

     RegExpObj

    B.

     RegExpClass

    C.

     RegExp

    D.

     StringExp

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The JavaScript RegExp class represents regular expressions, and both string and RegExp define methods that use regular expressions.


Be The First To Comment