Change Line Breaks to Another Character (CLBAC)

I have a text file where I need to remove all line breaks, and then add new ones after each text  </baris>. How can I do that using replace tools?

Completion

You need at least two steps to do it.

First, click on the ¶ symbol in the toolbar: you can see whether you have CRLF line endings or just LF.

Click on the Replace button, and put  \r\n or  \n, depending on the type of line ending. In the Search Mode section of the dialog, check the radio buttons (interpret  \n and such). Then replace all cases with nothing (empty string).

You end with an outline...

Next, in the same dialog, put your delimiter ( </Row>) as an example and in the Replace field put it with a line ending ( </Row>\r\n). Click Replace All, and DONE!!


Post a Comment

Previous Next

نموذج الاتصال