mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:29:32 +02:00
* Fix bug ID #32403, return type for replace function to support unicode string
git-svn-id: trunk@37853 -
This commit is contained in:
parent
6e5093a6cc
commit
4ed6280bb6
@ -207,8 +207,7 @@ type
|
||||
|
||||
TRegExpr = class;
|
||||
|
||||
TRegExprReplaceFunction = function (ARegExpr : TRegExpr): string
|
||||
of object;
|
||||
TRegExprReplaceFunction = function (ARegExpr : TRegExpr): RegExprString of object;
|
||||
|
||||
TRegExpr = class
|
||||
private
|
||||
|
Loading…
Reference in New Issue
Block a user