baseFileRegex property

RegExp baseFileRegex
getter/setter pair

matches any string without special characters

Implementation

static RegExp baseFileRegex = RegExp(r'^([a-zA-Z0-9]+)?$');