JavaScript RegExp Syntax- Tutorial
Thursday, May 28 2015
JavaScript RegExp Syntax: Overview 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 single character or a whole word. To search using RegExp you need to
- Published in JavaScript, Latest
No Comments