htmlRegExp property

RegExp htmlRegExp
final

Implementation

final RegExp htmlRegExp =
    // ignore: unnecessary_raw_strings
    RegExp(r"<[^>]*>", multiLine: true);