replace spaces with tabs
Posted: Wed Apr 02, 2008 3:51 pm
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?
This assumes you are using Posix regular expression syntax:Find what: _{3,} [Replace the underscore with a space]
Replace with: \t
[X] Regular expression
Replace All
Configure | Preferences | Editor
[X] Use POSIX regular expression syntax