Skip to content

Instantly share code, notes, and snippets.

@zh012
Last active September 25, 2015 16:35
Show Gist options
  • Select an option

  • Save zh012/c1e1e984e087617daebd to your computer and use it in GitHub Desktop.

Select an option

Save zh012/c1e1e984e087617daebd to your computer and use it in GitHub Desktop.

split search string

import re
[and_group.split() for and_group in re.split(r'[ ]*,[, ]*', key_words.strip(', ')) if and_group]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment