General questions about using TextPad
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
gcotterl
- Posts: 252
- Joined: Wed Mar 10, 2004 8:43 pm
- Location: Riverside California USA
Post
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?
-
ben_josephs
- Posts: 2464
- Joined: Sun Mar 02, 2003 9:22 pm
Post
by ben_josephs »
Find what: ^_{15}[^_\n] [Replace the underscores with spaces]
[X] Regular expression
-
gcotterl
- Posts: 252
- Joined: Wed Mar 10, 2004 8:43 pm
- Location: Riverside California USA
Post
by gcotterl »
Thank you!!!