regex to replace // code example Example: regex replace / Click to copy// replaces all / in a String with _ str = str.replace(/\//g,'_');