matchLeftWordBoundary property

bool matchLeftWordBoundary
final

Apply only left Word Boundary in RegExp. The default value is false. It Will be set to false when matchWordBoundaries is true. /when all values are set to true. matchLeftWordBoundary has higher priority than matchWordBoundaries and matchRightWordBoundary.

Implementation

final bool matchLeftWordBoundary;