Search enhancement request

Ideas for new features

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

Post Reply
jcschmidt
Posts: 1
Joined: Tue Jul 19, 2005 2:10 pm

Search enhancement request

Post by jcschmidt »

I often search files to find if a certain character combination is located in particular positions in any record in the file (i.e., "86" in pos 119-120). Currently it must be done manually, a pain with large files. It would be nice to be able to specify at least starting record position for the search. Length could be implied or another specification.

The program is wonderful - I've just about forgotten how to use Notepad!
ben_josephs
Posts: 2461
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Find what: ^.{118}86

[X] Regular expression
This assumes you are using POSIX regular expression syntax:
Configuration | Preferences | Editor

[X] Use POSIX regular expression syntax
Post Reply