Replace a block of text using a pattern of Regex .net code example Example: regex replace / // replaces all / in a String with _ str = str.replace(/\//g,'_');