hasAlpha top-level property

RegExp hasAlpha
getter/setter pair

Implementation

var hasAlpha = RegExp(r'[a-z]');