MRAB wrote:
Sean Reifschneider wrote:
I'm mailing this to python-dev because I'd like feedback on the idea of
adding an "re" attribute to strings. I'm not sure if it's a good
idea or
not yet, but I figure it's worth discussion. The module mentioned here
includes a class called "restr()" whic
Sean Reifschneider wrote:
I'm mailing this to python-dev because I'd like feedback on the idea of
adding an "re" attribute to strings. I'm not sure if it's a good idea or
not yet, but I figure it's worth discussion. The module mentioned here
includes a class called "restr()" which allows you to
On Fri, Jul 17, 2009, Sean Reifschneider wrote:
>
> I'm mailing this to python-dev because I'd like feedback on the idea of
> adding an "re" attribute to strings. I'm not sure if it's a good idea or
> not yet, but I figure it's worth discussion. The module mentioned here
> includes a class called
I'm mailing this to python-dev because I'd like feedback on the idea of
adding an "re" attribute to strings. I'm not sure if it's a good idea or
not yet, but I figure it's worth discussion. The module mentioned here
includes a class called "restr()" which allows you to play with "s.re".
As some