mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-17 04:20:53 +01: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;
|
TRegExpr = class;
|
||||||
|
|
||||||
TRegExprReplaceFunction = function (ARegExpr : TRegExpr): string
|
TRegExprReplaceFunction = function (ARegExpr : TRegExpr): RegExprString of object;
|
||||||
of object;
|
|
||||||
|
|
||||||
TRegExpr = class
|
TRegExpr = class
|
||||||
private
|
private
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user