endTagRegex property

RegExp endTagRegex
getter/setter pair

matches supported end-tags

Implementation

static RegExp endTagRegex = RegExp("</[a-zA-Z0-9]+>");