Font

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
notbob
Posts: 10
Joined: Sat Oct 15, 2005 6:36 am

Font

Post by notbob »

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
bveldkamp

Post by bveldkamp »

Search -> Replace

Code: Select all

Find what: ß
Replace with: <nothing>
If you want to remove other characters as well:

Code: Select all

Find what: [ßøüâ]
Replace with: <nothing>
Check Regular Expression
Post Reply