View Single Post
Old 2009-02-13, 10:13 PM   #10
MeatPounder
Women might be able to fake orgasms But men can fake whole relationships
 
MeatPounder's Avatar
 
Join Date: Oct 2003
Location: Fort Lauderdale, Fl
Posts: 2,408
Quote:
Originally Posted by Simon View Post
Tommy -- also, if you use a text editor with 'Grep' search and replace capabilities you can do it easily.

search string would be:

(.*)\|(.*)\|(.*)\r

Replace with:

\2|\1|\3\r

and 'replace all'


BBEdit on the Mac has had that kind of search built in for years.
Not sure what the comparable Windows text editor would be, but the search and replace string would be the same in any editor that can do regex (regular expression) searching.

HTH
Find and replace all in notepad?
MeatPounder is offline   Reply With Quote