셀렉션한 텍스트에 영문자가 있는 경우, 영문자를 소문자로 변환합니다Lowercase the selected English text.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'lowerCase' lowercasing API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('lowerCase'); |
...
셀렉션한 텍스트에 영문자가 있는 경우, 영문자를 소문자로 변환합니다Lowercase the selected English text.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'lowerCase' lowercasing API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('lowerCase'); |
...