staticcopyValueOf(data:NativeArray<Char16>):String
staticcopyValueOf(data:NativeArray<Char16>, offset:Int, count:Int):String
staticformat(l:Locale, format:String, args:Rest<Dynamic>):String
staticformat(format:String, args:Rest<Dynamic>):String
staticvalueOf(b:Bool):String
staticvalueOf(obj:Object):String
staticvalueOf(l:Int64):String
staticvalueOf(i:Int):String
staticvalueOf(f:String):String
staticvalueOf(d:Float):String
staticvalueOf(data:NativeArray<Char16>, offset:Int, count:Int):String
staticvalueOf(data:NativeArray<Char16>):String
staticvalueOf(c:Char16):String
getBytes():NativeArray<Int8>
getBytes(charsetName:String):NativeArray<Int8>
getBytes(srcBegin:Int, srcEnd:Int, dst:NativeArray<Int8>, dstBegin:Int):Void
getBytes(charset:Charset):NativeArray<Int8>
indexOf(ch:Int):Int
indexOf(str:String, fromIndex:Int):Int
indexOf(str:String):Int
indexOf(ch:Int, fromIndex:Int):Int
lastIndexOf(ch:Int):Int
lastIndexOf(str:String, fromIndex:Int):Int
lastIndexOf(str:String):Int
lastIndexOf(ch:Int, fromIndex:Int):Int
regionMatches(ignoreCase:Bool, toffset:Int, other:String, ooffset:Int, len:Int):Bool
regionMatches(toffset:Int, other:String, ooffset:Int, len:Int):Bool
replace(oldChar:Char16, newChar:Char16):String
replace(target:CharSequence, replacement:CharSequence):String