Skip to content

Instantly share code, notes, and snippets.

@mturch
Forked from bsara/url.regex
Created March 28, 2022 15:07
Show Gist options
  • Save mturch/ef874e89e999c0e453abd93b02d22472 to your computer and use it in GitHub Desktop.
Save mturch/ef874e89e999c0e453abd93b02d22472 to your computer and use it in GitHub Desktop.
Regex: URLs
(f|ht)tp(s)?://([A-Za-z0-9-]+\.)+[A-Za-z0-9-]+(/[A-Za-z0-9- ./?%&=]*)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment