Regular Expression i in javascript tháng 2 03, 2016 / in javascript, javascript Beginner / with No comments / 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... Output:- Advertisement Share This: Facebook Twitter Google+ Stumble Digg Gửi email bài đăng nàyBlogThis!Chia sẻ lên XChia sẻ lên Facebook Related Posts:strict mode in javascript The "use strict" directive is introduce from javascript 1.8.5. This can't able to call statement, but this is a… Read MoreSolution of floating point number problem When you add or multiply floating point number you may face a problem on calculation, the calculation will return the long d… Read MoreDifference between addition and concatenation in javascript Concatenation mean adding two string or character, addition mean sum of two number, in the following example is explaining … Read MoreProblem of floating point number calculation Binary floating point math is like this. In most programming languages, it is based on the IEEE 754 standard. JavaScript us… Read Morestrict mode in var javascript The "use strict" directive is introduce from javascript 1.8.5. This can't able to call statement, but this is a… Read More
0 nhận xét:
Đăng nhận xét