wordPattern property

RegExp? get wordPattern

An optional word pattern that describes valid contents for the given ranges. If no pattern is provided, the language configuration's word pattern will be used.

Implementation

_i7.RegExp? get wordPattern => _i5.getProperty(
      this,
      'wordPattern',
    );