trim()

Type : public method

Support : 0.6

Return : String

  • 문자열의 앞뒤 white space 제거 후 반환.
    white space ( 탭, 띄어쓰기, \n, \r )

Methods

  • trim( str ) : Stringver 0.6~

    • str : String
      대상 문자열

Example

var result = $B.string.trim( '  abc' ); //abc