[String_IsAlpha] returns boolean True if the string contains only alphabetic characters (including a-z as well as foreign characters and characters with accents).
string_isalpha('string value')
Use the [String_IsAlpha] method. The following example checks whether the character A is a letter, returning True.
Code
string_isalpha('A')
Result
true
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