Special Characters: Matching the Protocol and Hostname
Look at how the regular expressions are written in JavaScript to match the protocol and hostname of a URL.
We'll cover the following...
Regular expression to match the protocol
This part is easy. There aren’t that many protocols around, and since our testing strings are quite simple, we can ...