htmlRep top-level property

RegExp htmlRep
final

Implementation

final RegExp htmlRep = RegExp(r'<[^>]*>', multiLine: true, caseSensitive: true);