wordRegExp property

RegExp wordRegExp
final

The regexp to split strings into words.

Used by toTitleCase.

Implementation

final RegExp wordRegExp;