pete wood
Member since Jul 2, 2011
- Profile: /members/8571-pete-wood.htm
- Comments: 2
Recent Blog Comments By pete wood
-
Ask Ben: Javascript String Replace Method
Posted on Jul 2, 2011 at 6:49 PM
Correction: document.write("x".replaceAll("x", "xyz"));... read more »
-
Ask Ben: Javascript String Replace Method
Posted on Jul 2, 2011 at 6:47 PM
Your replaceAll function has a flaw. Question: What happens if you do this? document.write("x".replaceAll"x", "xyz")); Answer: endless loop... read more »