InterviewSolution
Saved Bookmarks
| 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 |
|