Swap Case
From UBot Studio
(Difference between revisions)
(Created page with " This function is an Advanced Text function in the UBot Extended Library. This function will return a copy of the string in which all the case based characters have their ...") |
Latest revision as of 01:44, 15 June 2015
This function is an Advanced Text function in the UBot Extended Library. This function will return a copy of the string in which all the case based characters have their case swapped.
Text: The string who's case is being swapped.
[edit] Example
set(#swapcase,$swap case("UBot Studio"),"Global")
Running the script will swap the case of the string provided. In this example, the string "UBot Studio" becomes "ubOT sTUDIO".