regExpAnyComment property

RegExp regExpAnyComment
final

Implementation

static final regExpAnyComment = RegExp([
  hashComment,
  doubleSlashComment,
  multilineComment,
  xmlComment
].join('|'));