capitalize()

Type : public method

Support : 0.6

Return : String

  • 단어의 첫글짜를 대문자로 변환 후 문자열 반환.

Methods

  • capitalize( str ) : Stringver 0.6~

    • str : String
      대상 문자열

Example

var result = $B.string.capitalize( 'public method' ); // Public Method