RegExp Definition and Modifiers- Tutorial
Thursday, September 10 2015
RegExp Definition and Modifiers: Overview This lesson provides information about the RegExp definition and modifiers in JavaScript. RegExp stands for regular expression. In JavaScript, it is an object that describes a pattern of characters. When searching in text, you can use a regular expression to describe what you are looking for, be it a
- Published in JavaScript, Latest
No Comments