| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| isAllLowerCase(str:String) — Static Method , class org.as3utils.StringUtil |
|
Checks if the String object contains only lowercase characters. |
| isAllUpperCase(str:String) — Static Method , class org.as3utils.StringUtil |
|
Checks if the String object contains only uppercase characters. |
| isAlphanumeric(str:String) — Static Method , class org.as3utils.StringUtil |
|
Checks if the String object contains only unicode letters or digits. |
| isAlphanumericSpace(str:String) — Static Method , class org.as3utils.StringUtil |
|
Checks if the String object contains only unicode letters, digits or spaces. |
| isBlank(str:String) — Static Method , class org.as3utils.StringUtil |
|
Checks if a String object is empty (""), null or if it contains only control characters(char <= 32). |
| isBooleanString(value:String) — Static Method , class org.as3utils.BooleanUtil |
| |
| isEmpty(array:Array) — Static Method , class org.as3utils.ArrayUtil |
|
Checks if an array is empty (zero-length) or null. |
| isEmpty(str:String) — Static Method , class org.as3utils.StringUtil |
|
Checks if a String object is empty ("") or null. |
| isEven(value:Number) — Static Method , class org.as3utils.NumberUtil |
| |
| isHttp(url:String) — Static Method , class org.as3utils.URLUtil |
| |
| isHttps(url:String) — Static Method , class org.as3utils.URLUtil |
| |
| isNotBlank(str:String) — Static Method , class org.as3utils.StringUtil |
|
Checks if a String object is not empty (""), not null and not contains only control characters(char <= 32). |
| isNotEmpty(array:Array) — Static Method , class org.as3utils.ArrayUtil |
|
Checks if the array is not empty (zero-length) nor not null. |
| isNotEmpty(str:String) — Static Method , class org.as3utils.StringUtil |
|
Checks if a String object is not empty ("") and not null. |
| isNotNumber(num:Number) — Static Method , class org.as3utils.NumberUtil |
|
Checks if the value of the Number object is NaN(not a number). |
| isNumber(num:Number) — Static Method , class org.as3utils.NumberUtil |
|
Checks if the value of the Number object is a number. |
| isNumeric(str:String) — Static Method , class org.as3utils.StringUtil |
|
Checks if the String object contains only unicode digits. |
| isNumericSpace(str:String) — Static Method , class org.as3utils.StringUtil |
|
Checks if the String object contains only unicode digits or spaces. |
| isOdd(value:Number) — Static Method , class org.as3utils.NumberUtil |
| |
| isSameLength(array1:Array, array2:Array) — Static Method , class org.as3utils.ArrayUtil |
|
Checks whether two arrays are the same length, treating null arrays as length 0. |
| isValidEmail(str:String) — Static Method , class org.as3utils.StringUtil |
|
Validates an input e-mail address. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |