Skip to content

Instantly share code, notes, and snippets.

@johnywith1n
Created October 14, 2013 23:48
Show Gist options
  • Save johnywith1n/6984273 to your computer and use it in GitHub Desktop.
Save johnywith1n/6984273 to your computer and use it in GitHub Desktop.
url regex
String URL_REGEX = "(?:https?:\\/\\/)?(?:[\\da-z\\.-]+)\\.(?:[a-z\\.]{2,6})(?:[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