regex online c# GEN code example Example: regex / // replaces all / in a String with _ str = str.replace(/\//g,'_');