htmlTags constant

Pattern const htmlTags

HTML Tags multiLine = true

Implementation

static const Pattern htmlTags = r"^<(?:([A-Za-z][A-Za-z0-9]*)\b[^>]*>(?:.*?)</\1>|[A-Za-z][A-Za-z0-9]*\b[^/>]*/>)$";