I'm not sure if this is possible or not but thought I would ask.
I have a plain text document that has some unique characters within it. I'm not sure if the forum will edit it, but here is one example, it looks like a italic B
Special character => ß
Is there any way using textpad to remove all of these special characters with one stroke. This B character is one example of a special character in this file. There are lots of other characters as well.
Thank you
Font
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Search -> Replace
If you want to remove other characters as well:
Code: Select all
Find what: ß
Replace with: <nothing>
Code: Select all
Find what: [ßøüâ]
Replace with: <nothing>
Check Regular Expression