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