htmlTag property

RegExp htmlTag
getter/setter pair

匹配 html 标签

Implementation

static RegExp htmlTag = RegExp(r'<(.|\n)*?>');