[String->FoldCase] modifies the base string in-place by converting all characters in the string appropriately for a case-insensitive comparison. This method performs the same operation that Lasso performs internally before comparing two strings.
var('mystring') = 'String Value'
$mystring->foldcase
$mystring
Use the [String->FoldCase] method. The following example outputs a sample string with its case folded for a comparison.
Code
var('mystring') = 'A quick white rhino'
$mystring->foldcase
$mystring
Result
a quick white rhino
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