haXe API Documentation
Back
|
Index
extern
private
class
java.internal.JavaString
import java.internal.StringExt
Available in java
function
_charAt(idx :
Int
) :
java.Char16
function
_indexOf(str :
String
, fromIndex :
Int
) :
Int
function
_lastIndexOf(str :
String
, fromIndex :
Int
) :
Int
function
_split(regex :
String
) :
java.NativeArray
<
String
>
function
_substring(begin :
Int
, end :
Int
) :
String
function
codePointAt(idx :
Int
) :
Int
function
codePointBefore(idx :
Int
) :
Int
function
codePointCount(begin :
Int
, end :
Int
) :
Int
function
endsWith(suffix :
String
) :
Bool
function
getChars(srcBegin :
Int
, srcEnd :
Int
, dst :
java.NativeArray
<
java.Char16
>, dstBegin :
Int
) :
Void
function
offsetByCodePoints(index :
Int
, codePointOffset :
Int
) :
Int
function
replace(old :
String
, nw :
String
) :
String
function
startsWith(prefix :
String
) :
Bool
function
trim() :
String
Back
|
Index