[String->IsUAlphabetic] checks whether a specified character within the string has the Unicode alphabetic property. Accepts an optional integer parameter for the position of the character in the string to check, defaulting to the first character if omitted. The method returns True if the character has the Unicode alphabetic property or False otherwise.
'String Object'->isUAlphabetic
'String Object'->isUAlphabetic(Integer)
Use the [String->IsUAlphabetic] method. The following example returns True since the fifth character of the string is alphabetic according to Unicode.
Code
'The quick white rhino'->isualphabetic(5)
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