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