regex question

Mark Peters mpeters42 at gmail.com
Mon Jan 8 03:40:04 EST 2007


> 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)




More information about the Python-list mailing list