InterviewSolution
Saved Bookmarks
| 1. |
What is the most essential purpose of parentheses in regular expressions?(a) Define pattern matching techniques(b) Define subpatterns within the complete pattern(c) Define portion of strings in the regular expression(d) matching the complete stringThis question was addressed to me during an interview.I want to ask this question from Pattern Matching and Regular Expressions topic in portion Classes and Modules in JavaScript of JavaScript |
|
Answer» The correct option is (b) Define subpatterns within the COMPLETE pattern |
|