package java
Available on java
staticcopyValueOf(data:NativeArray<Char16>):StringstaticcopyValueOf(data:NativeArray<Char16>, offset:Int, count:Int):Stringstaticformat(l:Locale, format:String, args:Rest<Dynamic>):Stringstaticformat(format:String, args:Rest<Dynamic>):StringstaticvalueOf(b:Bool):StringstaticvalueOf(obj:Object):StringstaticvalueOf(l:Int64):StringstaticvalueOf(i:Int):StringstaticvalueOf(f:String):StringstaticvalueOf(d:Float):StringstaticvalueOf(data:NativeArray<Char16>, offset:Int, count:Int):StringstaticvalueOf(data:NativeArray<Char16>):StringstaticvalueOf(c:Char16):StringcharAt(index:Int):Char16codePointAt(index:Int):IntcodePointBefore(index:Int):IntcodePointCount(beginIndex:Int, endIndex:Int):IntcompareTo(anotherString:String):IntcompareToIgnoreCase(str:String):Intconcat(str:String):Stringcontains(s:CharSequence):BoolcontentEquals(cs:CharSequence):BoolcontentEquals(sb:StringBuffer):BoolendsWith(suffix:String):Boolequals(anObject:Dynamic):BoolequalsIgnoreCase(anotherString:String):BoolgetBytes():NativeArray<Int8>getBytes(charsetName:String):NativeArray<Int8>getBytes(srcBegin:Int, srcEnd:Int, dst:NativeArray<Int8>, dstBegin:Int):VoidgetBytes(charset:Charset):NativeArray<Int8>getChars(srcBegin:Int, srcEnd:Int, dst:NativeArray<Char16>, dstBegin:Int):VoidhashCode():IntindexOf(ch:Int):IntindexOf(str:String, fromIndex:Int):IntindexOf(str:String):IntindexOf(ch:Int, fromIndex:Int):Intintern():StringisEmpty():BoollastIndexOf(ch:Int):IntlastIndexOf(str:String, fromIndex:Int):IntlastIndexOf(str:String):IntlastIndexOf(ch:Int, fromIndex:Int):Intlength():Intmatches(regex:String):BooloffsetByCodePoints(index:Int, codePointOffset:Int):IntregionMatches(ignoreCase:Bool, toffset:Int, other:String, ooffset:Int, len:Int):BoolregionMatches(toffset:Int, other:String, ooffset:Int, len:Int):Boolreplace(oldChar:Char16, newChar:Char16):Stringreplace(target:CharSequence, replacement:CharSequence):StringreplaceAll(regex:String, replacement:String):StringreplaceFirst(regex:String, replacement:String):Stringsplit(regex:String):NativeArray<String>split(regex:String, limit:Int):NativeArray<String>startsWith(prefix:String):BoolstartsWith(prefix:String, toffset:Int):BoolsubSequence(beginIndex:Int, endIndex:Int):CharSequencesubstring(beginIndex:Int):Stringsubstring(beginIndex:Int, endIndex:Int):StringtoCharArray():NativeArray<Char16>toLowerCase():StringtoLowerCase(locale:Locale):StringtoString():StringtoUpperCase():StringtoUpperCase(locale:Locale):Stringtrim():String
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/NativeString.html