reAsciiWord top-level property

RegExp reAsciiWord
final

Implementation

final reAsciiWord =
    RegExp(r'[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+', multiLine: true);