validateURL static method
[String?] validateURL(
- [[String] value]
)
Method to validate an organization's URL.
params:
value
: the URL of the organization
returns:
String?
: error message if URL is invalid.
Implementation
static String? validateURL(
String value,
)
- talawa
- validators
- Validator
- validateURL static method