Sathish
Member since Aug 7, 2009
- Profile: /members/4022-sathish.htm
- URL: http://www.liveidiotbox.com
- Comments: 2
Recent Blog Comments By Sathish
-
Ask Ben: Javascript String Replace Method
Posted on Aug 11, 2009 at 4:40 AM
@Vladimir thanks :-)... read more »
-
Ask Ben: Javascript String Replace Method
Posted on Aug 7, 2009 at 9:28 AM
Hi, I hope the following simple code also does the same(replace's all occurences of substring), str = str.replace("find","replace")//this will replace the first occurence. To ReplaceAll you have to do it a little differently. To replace all occurrences in the string, use the g modifier like this:... read more »