©® wrote:
> I have a whole lot of entries listed as:
> <image><filename>
> and would like to search and replace so the end result is so:
> <image>
> <filename>
> i.e. there is a return/enter after <image>
>
> I am using Notepad++). I highlighted text on two lines and when I tried
> Search and Replace (Ctrl+H), I get the "square" which represents
> Return/Enter in the search box but I cannot copy it to the replace box.
> Anyone know how I can "type" the return character in a text editor?
With jEdit there is a regular expression option in the search/replace
dialog and then \n inserts a line break. Check whether Notepad++ allows
that too.
--
Martin Honnen
http://JavaScript.FAQTs.com/