Pages

Wednesday, October 16, 2013

JavaScript replace() Method

The replace() method is used to replace some characters with some other characters in a string.stringObject.replace(findstring,newstring) [ Full Article]