[String_IsLower] returns boolean True if the string contains only lowercase alphabetic characters (a-z).
string_islower('String Value')
Use the [String_IsLower] method. The following example checks whether the string "Abc" contains only lowercase alphabetic characters, returning False since A is uppercase.
Code
string_islower('Abc')
Result
false
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments