notLetterOrNumber top-level property

Pattern notLetterOrNumber
final

Implementation

final Pattern notLetterOrNumber = RegExp("[^A-Za-z0-9]+");