replace(regexp, newStr)
Related Functions & Properties
length
concat(string2[,string3][,string4][,...])
substring(indexA, indexB)
charAt(index)
charCodeAt(index)
indexOf(searchValue[, fromIndex])
lastIndexOf(searchValue[, fromIndex])
search(regexp)
toLowerCase()
toUpperCase()
split(separator, limit)
slice(start, end)
Replace a regular expression in a string with the new string.