Uppercase the lowercase letters and lowercase the uppercase letters of the selected English text.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'toggleCase' case toggling API |
Example:
editor.execCommand('toggleCase');
Uppercase the lowercase letters and lowercase the uppercase letters of the selected English text.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'toggleCase' case toggling API |
Example:
editor.execCommand('toggleCase');