static String? urlValidator(String? value) { return customRegexValidator(value, ValidatorRegexPattern.url, 'Invalid URL'); }