replace spaces with tabs

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
rassai
Posts: 1
Joined: Wed Apr 02, 2008 3:46 pm
Location: Fort Worth
Contact:

replace spaces with tabs

Post by rassai »

i would like to convert any 3 or more spaces with a tab so that when i copy/paste into excel the columns data will properly appear in the spreadsheet. any help?
ben_josephs
Posts: 2464
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Find what: _{3,} [Replace the underscore with a space]
Replace with: \t

[X] Regular expression

Replace All
This assumes you are using Posix regular expression syntax:
Configure | Preferences | Editor

[X] Use POSIX regular expression syntax
Post Reply