We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571c671 commit a3acc04Copy full SHA for a3acc04
source/main.pas
@@ -5269,7 +5269,7 @@ procedure TMainForm.SetDelimiter(Value: String);
5269
Msg := _('Empty value.')
5270
else begin
5271
rx := TRegExpr.Create;
5272
- rx.Expression := '(/\*|--|#|\''|\"|`)';
+ rx.Expression := '(/\*|--|#|\''|\"|`|\$\$)';
5273
if rx.Exec(Value) then
5274
Msg := _('Start-of-comment tokens or string literal markers are not allowed.')
5275
end;
0 commit comments