heading property

RegExp heading
final

Implementation

static final RegExp heading = RegExp(r'<h([1-6]).*?>(.*?)<\/h\1>', dotAll: true);