matchRightWordBoundary property

bool matchRightWordBoundary
final

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

Implementation

final bool matchRightWordBoundary;