class org.aswing.util.StringUtils
Class Fields
static function isString(value:Dynamic): Bool
Returns value is a string type value. * with undefined or null value, false returned.
static function replace(targetString:String, oldString:String, newString:String): String
replace oldString with newString in targetString
static function trim(targetString:String): String
remove the blankspaces of left and right in targetString