<[EMAIL PROTECTED]> wrote:
> Is it possible to make what I want (to pass a custom object to
> re.search)?

Try to implement __str__() for your object and provide a string
representation for it.

re.search(str(custom_object))

-- 
Lawrence, oluyede.org - neropercaso.it
"It is difficult to get a man to understand 
something when his salary depends on not
understanding it" - Upton Sinclair
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to