Why doesn't my regular expression work?

Typically, it’s an issue between re.match and re.search. Match matches the beginning only and search checks the entire string. See the regular expression HOWTO for more details:

http://www.amk.ca/python/howto/regex

Also, Python comes with a handy program for testing regular expressions, in Tools/scripts/redemo.py.

CATEGORY: tutor

 

A Django site. this page was rendered by a django application in 0.00s 2012-02-13 14:42:16.898564. hosted by webfaction.