is()

Type : public method

Support : 0.6

Return : String

  • 해당개체가 문자열 이면 true 반환.

Methods

  • is( str ) : Stringver 0.6~

    • str : String
      대상 문자열

Example

var isString = $B.string.is( 'str' );// true