On 2014-12-25 19:58, Vincent Davis wrote:
> Any comment on using pyparsing VS regex

If the VIN had any sort of regular grammar (especially if it involved
nesting) then pyparsing would have value.

I defaulted to regexp (1) because it's available out of the box, and
(2) while it might be overkill, it was a lazy way to capture the
information needed. 

-tkc


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to