rtl: added tjsstring.normalize overload

This commit is contained in:
mattias 2018-11-02 22:15:03 +00:00
parent 4bcf9d8eb9
commit 23f2598421

View File

@ -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';