isHtml method

bool isHtml()

HTML regex

Implementation

bool isHtml() => RegVal.hasMatch(
      this,
      RegexPattern.html,
    );