wrappedPattern property

  1. @visibleForTesting
RegExp wrappedPattern

the pattern to match if content is wrapped with brackets

Implementation

@visibleForTesting
static RegExp get wrappedPattern => RegExp(r'\S*\{{2,3}\S+\}{2,3}\S*');