regular expression or

General questions about using TextPad

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

Post Reply
bryanc
Posts: 1
Joined: Wed Apr 08, 2009 8:08 pm

regular expression or

Post by bryanc »

I have a list part numbers I want to find in many files. The regular expression "|" is not working.
ben_josephs
Posts: 2459
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Use Posix regular expression syntax:
Configure | Preferences | Editor

[X] Use POSIX regular expression syntax
Look in TextPad's help under
How to... | Find and Replace Text | Use Regular Expressions.
User avatar
SteveH
Posts: 327
Joined: Thu Apr 03, 2003 11:37 am
Location: Edinburgh, Scotland
Contact:

Post by SteveH »

Can you post an example of the sort of data you are searching for?

"|" is actually a POSIX operator so you need to enable POSIX syntax in preferences.
Running TextPad 5.4 on Windows XP SP3 and on OS X 10.7 under VMWare or Crossover.
Post Reply