@override bool isValid(final String value) => regExp.firstMatch(value.trim())?.group(0) == value.trim();