xmlComment constant
String
const xmlComment
regex string to match a xml comment for ex.
Implementation
static const xmlComment = r'<!--(.|\n)*?-->';
regex string to match a xml comment for ex.
static const xmlComment = r'<!--(.|\n)*?-->';