regExpStringOrComment property
Implementation
static final regExpStringOrComment = RegExp([
backtickString,
tripleSingleQuoteString,
tripleDoubleQuoteString,
singleQuoteString,
doubleQuoteString,
hashComment,
doubleSlashComment,
multilineComment,
xmlComment
].join('|'));