Page 1 of 1

Search enhancement request

Posted: Tue Jul 19, 2005 2:16 pm
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!

Posted: Tue Jul 19, 2005 2:44 pm
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