Remove the chars with extended ascii code from a string
alinuxApr 10 2008 — edited Apr 11 2008Hi,
What it will be the best solution to replace the chars that have coresponding Ascii values between 128 and 255(extended ascii) with '_'
if I have: 956208c897± the result will be 956208c897_
In my final string I want only to have :12...90aAbB.....Zz.
Thanks a lot.