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 | |
letter(value:String) — Static Method , class com.cyntaxic.cyntils.CynValidate | |
Determines if the character is within A-Z or a-z. | |
letterOrDigit(value:String) — Static Method , class com.cyntaxic.cyntils.CynValidate | |
Determines whether the character is a letter or a number. | |
lowerCamelToTitle(value:String) — Static Method , class com.cyntaxic.cyntils.CynString | |
Converts an lower camel case string to a string in title case. | |
ltrim(input:String) — Static Method , class com.cyntaxic.cyntils.CynString | |
Removes whitespace from the front of the specified string. | |
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 |