static public function isString(value):BooleanReturns value is a string type value. with undefined or null value, false returned.
static public function replace(targetString:String, oldString:String, newString:String):Stringreplace oldString with newString in targetString
static public function trim(targetString:String):Stringremove all the blankspace in targetString
static public function trimLeft(targetString:String):Stringremove only the blankspace on targetString's left