Created
September 8, 2013 15:05
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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