The standard describing the format of domains
Constants
| Domain | = | begin digit = "[\\d]" |
| Matches domain according to the RFC 1035 standard, with the exception that domains can start with a letter or digit | ||
| Module PluginAWeek::ValidatesAsEmailAddress::RFC1035 |
|
The standard describing the format of domains
| Domain | = | begin digit = "[\\d]" |
| Matches domain according to the RFC 1035 standard, with the exception that domains can start with a letter or digit | ||