parseHtmlString method

String parseHtmlString()

Implementation

String parseHtmlString() {
  return Bidi.stripHtmlIfNeeded(this);
}