How to write a JavaScript RegExp to match an expression?
Answers
Answered by
0
Answer:-Regular expressions are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects. These patterns are used with the exec and test methods of RegExp , and with the match , replace , search , and split methods of String .
Similar questions
Political Science,
7 months ago
Science,
7 months ago
Math,
1 year ago
English,
1 year ago
Science,
1 year ago