Find and replace line breaks
Posted: Tue Apr 19, 2011 10:05 am
I am trying edit text but I have no understanding of 'codes' or POSIX
My text has the form:
(text1)
A: (more text1)
(text2)
A: (more text2)
and I would like to find and replace the two line breaks to give
(text1): (more text1)
(text2): (more text2)
I have seen similar topics which require POSIX regular expression syntax, so I tried to SEARCH for [\n\nA:] and REPLACE with [:] both with and then without POSIX selected but it 'cannot find literal string \n\nA:'
I am running WinXP btw
My text has the form:
(text1)
A: (more text1)
(text2)
A: (more text2)
and I would like to find and replace the two line breaks to give
(text1): (more text1)
(text2): (more text2)
I have seen similar topics which require POSIX regular expression syntax, so I tried to SEARCH for [\n\nA:] and REPLACE with [:] both with and then without POSIX selected but it 'cannot find literal string \n\nA:'
I am running WinXP btw