Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

셀렉션한 텍스트에 영문자가 있는 경우, 영문자의 각 단어 첫번째 문자를 대문자로 변환합니다Uppercase the first letters of each words of the selected English text.


Parameters:

NameTypeDescription
actionNameString액션 이름'titleCase' first letter uppercasing API


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('titleCase');

...