On Aug 27, 7:15 pm, Bakes <ba...@ymail.com> wrote:
> If I were using the code:
>
> (?P<data>[0-9]+)
>
> to get an integer between 0 and 9, how would I allow it to register
> negative integers as well?

-?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to