nonQuotedSemiColons property

RegExp nonQuotedSemiColons
final

Implementation

static final RegExp nonQuotedSemiColons =
    RegExp(r"\;(?=([^'\\]*(\\.|'([^'\\]*\\.)*[^'\\]*'))*[^']*$)");