[Geany] find-and-replace method

Jason Oster parasytic at xxxxx
Mon Feb 9 19:00:15 UTC 2009


Ben West wrote:
> good call on the manual bit -- only once? what do I need to implement 
> multiple find/replace?

   2. \r and \n are never matched because regular expression searches 
are made line per line (stripped of end-of-line chars).

So, don't expect to match line break characters, nor using anything like 
JavaScript RegExp's /m flag! ;)



More information about the Users mailing list