mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-22 16:29:10 +02:00
rtl: fixed sysutils
This commit is contained in:
parent
1bf007ef13
commit
4d995df2f7
@ -5310,7 +5310,7 @@ end;
|
|||||||
|
|
||||||
class function TStringHelper.IsNullOrWhiteSpace(const AValue: string): Boolean;
|
class function TStringHelper.IsNullOrWhiteSpace(const AValue: string): Boolean;
|
||||||
begin
|
begin
|
||||||
Result:=system.Length(Trim(AValue))=0;
|
Result:=system.Length(sysutils.Trim(AValue))=0;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user