camelCase()

Type : public method

Support : 0.6

Return : String

  • 하이픈표기법을 카멜표기법으로 변환하여 반환.

Methods

  • camelCase( str ) : Stringver 0.6~

    • str : String
      대상 문자열

Example

var result = $B.string.camelCase( 'font-size' ); // fontSize