I\'m trying to create a Regex test in JavaScript that will test a string to contain any of these characters:
!$%^&am
Replace all latters from any language in 'A', and if you wish for example all digits to 0:
return str.replace(/[^\s!-@[-`{-~]/g, "A").replace(/\d/g, "0");