Nonprintable characters

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
lklawrie
Posts: 56
Joined: Fri Aug 22, 2003 3:19 pm
Location: Pagosa Springs, Colorado, USA
Contact:

Nonprintable characters

Post by lklawrie »

Is there a way to search for "nonprintable" characters (such as ANSI code 150)? In a way that doesn't mean you have to search for each individually, that is?
Linda
ben_josephs
Posts: 2464
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Find what: [€-ÿ]

[X] Regular expression
You can enter € and ÿ as <Alt+0128> and <Alt+0255> on the numeric keypad (with NumLock on).
lklawrie
Posts: 56
Joined: Fri Aug 22, 2003 3:19 pm
Location: Pagosa Springs, Colorado, USA
Contact:

Post by lklawrie »

That answers it, thanks a bunch!
Linda
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

or use \x with hex code to search for your character by code.

e.g. \x09 for a tab, \xA0 for a nonbreaking space, ...
ben_josephs
Posts: 2464
Joined: Sun Mar 02, 2003 9:22 pm

Re: Nonprintable characters

Post by ben_josephs »

lklawrie wrote:In a way that doesn't mean you have to search for each individually
Post Reply