prepended property

Pattern? prepended
final

A Pattern expected to precede startDelimiter.

Any startDelimiters that are not preceded by prepended will not be matched, but will still be accounted for in the nesting order.

Implementation

final Pattern? prepended;