Replace argument
Posted: Tue Oct 15, 2002 3:29 pm
I have 3 consecutive lines of text that all end with a "new line character" followed by two lines that only contain a new line character.
The third line always ends with a number.
Example:
Name"\n"
Street Address"\n"
City"\t"State"\t"Zip Code"\n"
"\n"
"\n"
What kind of replace argument would I use to
replace all \n preceded by a letter with a \t
except when the \n is preceded by a number?
The third line always ends with a number.
Example:
Name"\n"
Street Address"\n"
City"\t"State"\t"Zip Code"\n"
"\n"
"\n"
What kind of replace argument would I use to
replace all \n preceded by a letter with a \t
except when the \n is preceded by a number?