tag property

RegExp tag
final

Implementation

static final RegExp tag =
    RegExp(r'<(p|ul|h[1-6]|br\s*\/?)\b.*?>(.*?)<\/\1>|<br\s*\/?>', dotAll: true);