reAsciiWord top-level property

RegExp reAsciiWord
final

Used to match words composed of alphanumeric characters.

Implementation

final reAsciiWord = RegExp(r"[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+");