Author Topic: Multiline regex search/replace  (Read 5987 times)

Richard

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Multiline regex search/replace
« on: July 30, 2007, 04:42:08 PM »
How can I use multi-line Unix regular expressions in the Replace in Files window? Currently only single-line matches are being identified.

I am using SlickEdit 11.0.2 for Linux.

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: Multiline regex search/replace
« Reply #1 on: July 30, 2007, 06:08:11 PM »
It's '\om'. The [>] button lists only the 'common' things.
But have a look at the excellent help topic 'Find and Replace with Regular Expressions' on this.
(@see the 'Regular Expression Help' menu entry - if this is already there in v11 ...)

HS2

Richard

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Re: Multiline regex search/replace
« Reply #2 on: July 30, 2007, 06:35:05 PM »
Thank you, this worked.