One of the best regex for URL

Hi there. Here is an other regex that validates URLs:

http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*(),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+

Check it out.