1: 2: 3: 4: 5: 6: 7:
functie ascii_only (streptokok) { terugkeer str.replace (/[^ \ x20- \ x7E] /g, ''); // de klusjes van ASCII „„door „~“ } // // en toen // var die = ascii_only my_new_string (my_string);