Consider the following JavaScript statement containing regular expressions and check if the pattern matches.
var text = "testing: 1, 2, 3";
var pattern = /d+/g;
Question:Consider the following JavaScript statement containing regular expressions and check if the pattern matches.
var text = "testing: 1, 2, 3";
var pattern = /d+/g;
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!