filmov
tv
JavaScript for beginners - Chapter 34 - Regular expressions object

Показать описание
JavaScript Regular Expression Object :
We can create regular expression in two ways in JavaScript :
Using a regular expression literal
var regexp = /\d+/g;
Using the constructor function of the RegExp object
var regexp = new RegExp(“\\d+”, “g”);
Commonly used RegExp object properties
ankpro
ankpro training
C#
C sharp
Bangalore
Rajajinagar
Selenium
Coded UI
Mobile automation testing
Mobile testing
JQuery
JavaScript
.Net
Components of the .Net framework
Hello World
We can create regular expression in two ways in JavaScript :
Using a regular expression literal
var regexp = /\d+/g;
Using the constructor function of the RegExp object
var regexp = new RegExp(“\\d+”, “g”);
Commonly used RegExp object properties
ankpro
ankpro training
C#
C sharp
Bangalore
Rajajinagar
Selenium
Coded UI
Mobile automation testing
Mobile testing
JQuery
JavaScript
.Net
Components of the .Net framework
Hello World