Page 1 of 1

Searching

Posted: Wed Oct 29, 2014 4:27 pm
by gcotterl
What do I type in the FIND WHAT box to find rows that begin with 15 spaces followed by any non-space character?

Posted: Wed Oct 29, 2014 9:39 pm
by ben_josephs
Find what: ^_{15}[^_\n] [Replace the underscores with spaces]

[X] Regular expression

Posted: Wed Oct 29, 2014 9:56 pm
by gcotterl
Thank you!!!