The regular expresson to check.
String get regex => _wrapped.regex;
set regex(String v) { _wrapped.regex = v; }