Created
January 18, 2014 16:28
-
-
Save liddiard/39afd58fe10e3c6656d2 to your computer and use it in GitHub Desktop.
Working on parsing ratings data from imdb with regex
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
(?:\s+(?P<rating>\d\.\d)\s+(?P<show_name>\".*)(?=\n.* {))(?:\n.*?\s+(\d\.\d)\s+.*?{(.*)}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment