alphanum top-level property

RegExp alphanum
final

Implementation

final alphanum = RegExp(r'^[A-Za-z0-9_]+$');