Package | com.gestureworks.utils |
Class | public class StringUtils |
Inheritance | StringUtils ![]() |
trace(StringUtils.printf("\n%4s%s", "", "No file found..."));
See also
Method | Defined By | ||
---|---|---|---|
Constructor
| StringUtils | ||
printf(format:String, ... args):String [static]
printf formatting
| StringUtils | ||
trim(s:String):String [static]
Trim white spaces from the front and end of String
| StringUtils |
StringUtils | () | Constructor |
public function StringUtils()
Constructor
printf | () | method |
public static function printf(format:String, ... args):String
printf formatting
Parameters
format:String | |
... args |
String —
|
trim | () | method |
public static function trim(s:String):String
Trim white spaces from the front and end of String
Parameters
s:String |
String |