Lasso Soft Inc. > Home

[ string->isULowercase ]

Method

[String->IsULowerCase] checks whether a specified character within the string has the Unicode lowercase 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 lowercase property or False otherwise.

  • Syntax
'String Object'->isulowercase
'String Object'->isulowercase(Integer)
Examples
  • Beginner

To check whether a character is lower case in Unicode:

Use the [String->IsULowerCase] method. The following example returns False since the first character of the string is not lower case according to Unicode.

Code

'The quick white rhino'->isulowercase(1)

Result

false

Recent Comments

No Comments found

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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft