Skip to content

Instantly share code, notes, and snippets.

@8vius
Created March 14, 2013 15:23
Show Gist options
  • Save 8vius/5162259 to your computer and use it in GitHub Desktop.
Save 8vius/5162259 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