Packagecom.gestureworks.cml.utils
Classpublic class StringUtils
InheritanceStringUtils Inheritance Object

The StringUtils utility is a collection of static methods for working with strings.

        trace(StringUtils.printf("\n%4s%s", "", "No file found..."));
     
     

See also

LinkedMap


Public Methods
 MethodDefined By
  
Constructor
StringUtils
  
printf(format:String, ... args):String
[static] printf formatting
StringUtils
Constructor Detail
StringUtils()Constructor
public function StringUtils()

Constructor

Method Detail
printf()method
public static function printf(format:String, ... args):String

printf formatting

Parameters

format:String
 
... args

Returns
String