I'm looking for an open-source text editor which allows cross-line regular expression search and replace.
Thus, for example replacing \n with \n-------------------\n , and so introduce a dashed line between lines.
Or I could search for 08\nERROR and find
INFO 9329 21 June 2008
ERROR 3832 21 June 2008
UltraEdit has this feature, but that is a commercial product. I checked Notepad++, CrimsonEdit, etc., and did not find the cross-line search-and-replace.