Skip to content

Instantly share code, notes, and snippets.

@Cam1337
Created April 27, 2010 20:36
Show Gist options
  • Save Cam1337/381291 to your computer and use it in GitHub Desktop.
Save Cam1337/381291 to your computer and use it in GitHub Desktop.
>>> x=re.search("+a","bbbbb")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 142, in search
return _compile(pattern, flags).search(string)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 245, in _compile
raise error, v # invalid expression
sre_constants.error: nothing to repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment