NekoString__
class neko.NekoString__implements StringAvailable in neko
var length(default,null) : Int
function charAt( p : Int ) : String
function charCodeAt( p : Int ) : Null<Int>
function indexOf( str : String, ?pos : Int ) : Int
function lastIndexOf( str : String, ?pos : Int ) : Int
function split( delim : String ) : Array<String>
function substr( pos : Int, ?len : Int ) : String
function toLowerCase() : String
function toString() : String
function toUpperCase() : String
version #932, modified 2008-05-02 19:18:58 by api
0 comment