mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 19:27:45 +02:00
rtl: added tjsstring.normalize overload
This commit is contained in:
parent
4bcf9d8eb9
commit
23f2598421
@ -244,6 +244,7 @@ type
|
||||
function match(aRegexp : TJSRegexp) : TStringDynArray; overload;
|
||||
function match(aRegexp : String) : TStringDynArray;overload;
|
||||
{$IFDEF ECMAScript6}
|
||||
function normalize : string;
|
||||
function normalize(aForm : string) : string;
|
||||
{$ENDIF}
|
||||
function _repeat(aCount : NativeInt) : Integer; external name 'repeat';
|
||||
|
Loading…
Reference in New Issue
Block a user