isHTML method

bool isHTML()

check if string is html

Implementation

bool isHTML() => _html.hasMatch(this);