Search found 1 match

by yerbmeld
Wed 05 Jan 2022 16:16
Forum: dbForge for SQL Server
Topic: Replace Using Regular Expressions
Replies: 4
Views: 56472

Replace Using Regular Expressions

I am trying to remove lines from the SQL text editor that match the regular expression ^ , ut[01][0-9]\.Description\r\n and I receive the message "The specified text was not found," When I remove the \r\n from the text to find, the line of text will be removed leaving a blank line in the SQL text. It appears the CRLF characters are not recognized in regular expressions. Is this true?