Lasso Soft Inc. > Home

[ string->LOWERCASE ]

Method

[String->Lowercase] modifies the string object in-place, converting all of its characters to lower case. This method does not return a value, but the string object is modified.

  • Syntax
'String Object'->lowercase
Examples
  • Beginner

To change the case of a string to lower case:

Use the [String->Lowercase] method. The following example outputs a string object converted to lower case.

Code

local('s') = 'LassoSoft'
#s->lowercase
#s

Result

lassosoft

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