Skip to content

Instantly share code, notes, and snippets.

@liddiard
Created January 18, 2014 16:28
Show Gist options
  • Save liddiard/39afd58fe10e3c6656d2 to your computer and use it in GitHub Desktop.
Save liddiard/39afd58fe10e3c6656d2 to your computer and use it in GitHub Desktop.
Working on parsing ratings data from imdb with regex
(?:\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