pathSeparator property

RegExp pathSeparator
final

Matches a path separator that is not preceded by one or more opening curly braces.

Implementation

static final pathSeparator = RegExp(r'(?<!{+)[\/\\]');