Browse Source

rtl: added tjsstring.normalize overload

mattias 7 years ago
parent
commit
23f2598421
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl/js.pas

+ 1 - 0
packages/rtl/js.pas

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