Author Topic: How do I replace a string with a carriage return (SlickEdit 2009)  (Read 4692 times)

ojm37

  • Community Member
  • Posts: 21
  • Hero Points: 0
How do I replace a string with a carriage return (SlickEdit 2009)
« on: September 09, 2014, 04:12:34 PM »
I've been stuck on this one for years and never asked....
So, using Ctrl-R:
What do I put in the "Replace with:" textbox to get the "Search for" text replaced with a carriage return?  ???

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6823
  • Hero Points: 526
Re: How do I replace a string with a carriage return (SlickEdit 2009)
« Reply #1 on: September 09, 2014, 10:01:31 PM »
Its easiest to use a regular expression. For example, with SlickEdit syntax regular expressions: replace "abc" with "\n".