[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.
'String Object'->lowercase
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
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