Skip to content

Instantly share code, notes, and snippets.

@rommmka
Created December 27, 2013 10:31
Show Gist options
  • Save rommmka/8145158 to your computer and use it in GitHub Desktop.
Save rommmka/8145158 to your computer and use it in GitHub Desktop.
Regexp URL
<?php
$pattern = '/^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$/i'
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment