Regular Expression i in javascript February 03, 2016 Post a Comment Regular Expression i modifier is used to find all the match with case-insensitive, that mean will not consider the capital letter and small letter difference.syntax str.replace(/w/i,"#") Example Program:- (Editor) Editor is Loading... Baca JugaConvert image or word or pdf files to data url using javascriptset and get multiple values from drop down list using javascriptHow to find the device mobile or pc using javascript? Output:- Advertisement Share You may like these postsflow chart with example for if then else...ifif statementfor loop structure and full explain with exampleif...else flow chart with easy example Post a Comment for "Regular Expression i in javascript"
Post a Comment for "Regular Expression i in javascript"