You could use a text editor with search and replace function using regular expressions. In the search I would place \r\n\r\n and in the replace field \r\n\t . The \r\n\r\n will find two new lines and replace them with one new line and a tab (\r\n\t). You can just click Replace All after you get the regex correct.
My favorite text editor with regex search and replace capability - EditPad
My favorite regex tutorial.
__________________
If you multiply that by infinity and take it to the depths of forever, you will, perhaps, get just a glimpse of what I am talking about. --Meet Joe Black--
|