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