Skip to content

Instantly share code, notes, and snippets.

@jacksoncharles
Created September 8, 2013 15:05
Show Gist options
  • Save jacksoncharles/6485427 to your computer and use it in GitHub Desktop.
Save jacksoncharles/6485427 to your computer and use it in GitHub Desktop.
Check for a valid wikipedia URL such as http://en.wikipedia.org/wiki/Charles_Babbage
VALID_WIKIPEDIA_REGEX = /\Ahttp:\/\/en.wikipedia.org\/wiki\/.{1,}\z/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment