Converts a string into a string shifted the specified number of characters.
The number of characters to shift is specified as the conversion parameter.
For example, to shift the string AAAA by one character,
set the conversion parameter to 1 and the selected string to AAAA.
In this case, the converted string will be BBBB.
The converted string can be saved in the app.