decode()

Type : public method

Support : 0.7

Return : String

  • "&lt;" 처럼 변형된 태그 문자열을 "<" 태그로 반환

Methods

  • decode( str ) : Stringver 0.7~

    • str : String
      변환할 문자열

Example

$B.html.decode("&lt;meta&nbsp;charset=&quot;utf-8&quot;&gt;"); //"<meta charset="utf-8">"