Not correctly replace the text in the editor window, on regular expressions.
Could you please provide us a concrete example of this?
You can send a reply straight to our support system at supportATdevartDOTcom
-
Anonymous commented
Ок.
For example the text:
select * from money m
where id in
(
142342
234234
453453
245422
);I want to put in the end of the line with a comma...
Ctrl+H
Select in the field "Find" (the end of a word and the end of the line)
>$
In the box: "Replace" to Replace what has been, and plus comma)
\0,If you find no end of a word, it generally does not find the end of the line, and so finds, but the replacement replaces the last letter on \0,
The same thing happens when you find the last character in the string
.$p/s: Just sent a question in Devart.com