strcase
(strcase string [ lowerCase ] )
This function converts the specified
string to
uppercase or lowercase.
Arguments |
string (string) the string to be converted to uppercase or
lowercase |
Return |
the string in uppercase or lowercase spelling |
Example |
(strcase "aBcDeF")
"ABCDEF" |
Remarks |
the actual OS codepage is respected |
© Bricsys NV. All rights reserved. |