re module methods: flags(), pattern()

Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Sun Apr 17 12:24:00 EDT 2005


Xah Lee wrote:
> Python re module has methods flags and pattern. How to use these
> exactly?
> 
> e.g. i tried
> 
> print patternObj.flags()
> 
> and the error is some "int object is not callable".

Where do you read "methods"?

Reinhold



More information about the Python-list mailing list