Converts all of the alphabetic characters in a string variable to either upper or lower case. |
Note: the conversion of full-width characters is not currently supported.
The Convert Case action cell is often used in conjunction with the Compare Variables action cell.
Option |
Description |
Variable |
Enter the user string variable to convert. |
Conversion Selector |
Select the 'Convert to upper case' option to convert all the alphabetic characters in the string to upper case. Or, select the 'Convert to lower case' option to convert all the alphabetic characters in the string to lower case The converted string is saved to the string variable. |
Exit Point |
Description |
Complete |
This is taken when the action cell has executed. |
Error |
This is taken if an internal error occurred. |