mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 02:27:48 +02:00
* Merging revisions 1028 from trunk:
------------------------------------------------------------------------ r1028 | michael | 2020-12-28 12:51:21 +0100 (Mon, 28 Dec 2020) | 1 line * Fix StringReplace not working on ? (bug ID 38224) ------------------------------------------------------------------------
This commit is contained in:
parent
94cee0dc39
commit
25bf59edf6
@ -2756,7 +2756,7 @@ begin
|
||||
end;
|
||||
|
||||
Const
|
||||
RESpecials = '([\$\+\[\]\(\)\\\.\*\^])';
|
||||
RESpecials = '([\$\+\[\]\(\)\\\.\*\^\?])';
|
||||
|
||||
function StringReplace(aOriginal, aSearch, aReplace: string;
|
||||
Flags: TStringReplaceFlags): String;
|
||||
|
Loading…
Reference in New Issue
Block a user