1.

The ‘$’ present in the RegExp object is called a ____________(a) character(b) matcher(c) metacharacter(d) metadataI had been asked this question by my school teacher while I was bunking the class.I want to ask this question from Pattern Matching and Regular Expressions in chapter Classes and Modules in JavaScript of JavaScript

Answer»

The correct answer is (C) metacharacter

Easiest explanation: The ‘S’ is a special metacharacter that MATCHES the end of a STRING. It is used to define or access ELEMENTS in jquery.



Discussion

No Comment Found

Related InterviewSolutions