regexpTagClose property

RegExp regexpTagClose
final

Implementation

static final RegExp regexpTagClose = RegExp(r'''<\/[\w-]+\s*>\s*$''');