Other Resources:
Web address URL validation
How to perform a validation on Web address URLs using a regular expression? For example, "http://regex.fyicenter.com/" is a valid Web address URL.
✍: Guest
![]()
To perform a basic validation on Web address URLs, try this regular expression:
^https?:\/\/([A-Z0-9][-\w]*(\.[A-Z0-9][-\w]*)+):?(\d+)?\/?
2013-01-27, 0👍, 0💬
Popular Posts:
Are you having problems using regular expressions when processing text strings in your applications ...
According to the IEEE 802 specification, a MAC address has 6 groups of 2 hexadecimal digits separate...
According to the IEEE 802 specification, a MAC address has 6 groups of 2 hexadecimal digits separate...
How to write a regular expression to validate GUID (Globally Unique IDentifier) or UUID (Universally...
How to capture the MSN (Microsoft Network) bot entries from Web log file? Here are some Web log file...