Method | Defined By | ||
---|---|---|---|
condenseWhite(s:String):String [static]
Removes the following characters from a string:
new line characters
return characters
extra spaces
tab characters
| StringUtil | ||
isPositiveInteger(s:String):Boolean [static]
Returns true if the supplied string contains numeric digits only
(i.e., 0 through 9). | StringUtil |
condenseWhite | () | method |
public static function condenseWhite(s:String):String
Removes the following characters from a string:
Parameters
s:String |
String |
isPositiveInteger | () | method |
public static function isPositiveInteger(s:String):Boolean
Returns true if the supplied string contains numeric digits only (i.e., 0 through 9).
Parameters
s:String |
Boolean |