wordRegex property

RegExp wordRegex
final

Word

Implementation

static final RegExp wordRegex = RegExp(r'\w+');