Vladimir
Member since Jul 14, 2009
- Profile: /members/3807-vladimir.htm
- URL: http://-
- Comments: 2
Recent Blog Comments By Vladimir
-
Ask Ben: Javascript String Replace Method
Posted on Aug 7, 2009 at 9:37 AM
@Sathish, simply brilliant :)... read more »
-
Ask Ben: Javascript String Replace Method
Posted on Jul 14, 2009 at 5:19 AM
Hi! what do you think about this: String.prototype.replaceAll = function(strTarget, strSubString){ return this.split(strTarget).join(strSubString); } i'd use it for strings only, not for regex. WBR, Vovka... read more »