removeTags()

Type : public method

Support : 0.6

Return : String

  • 대상 문자열에서 html태그를 모두 제거하여 반환.

Methods

  • removeTags( str ) : Stringver 0.6~

    • str : String
      대상 문자열

Example

var tag = '<a href="#">바로가기</a>';
var result = $B.string.removeTags( tag ); // 바로가기