Skip to content

Instantly share code, notes, and snippets.

@8vius
Created March 14, 2013 15:21
Show Gist options
  • Save 8vius/5162238 to your computer and use it in GitHub Desktop.
Save 8vius/5162238 to your computer and use it in GitHub Desktop.
item_pattern = r''' (?P<quantity>\d+)\sx\s \((?P<price>\$\-*[\d\.,]+)\)\s (?P<name>[\S\s]+)\$\-*[\d\.,]+ '''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment