> is there any way i would be successful then, in using raw string inside
> my makeRE() function?

Why do you think you even need a raw string?

Just build and return the string 'a|b|c' (NOTE: DON'T add the quotes to
the string)

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

Reply via email to