RegEx question

Manu Hack manuhack at gmail.com
Thu Oct 4 15:48:18 EDT 2007


On 10/4/07, Robert Dailey <rcdailey at gmail.com> wrote:
> On 10/4/07, Adam Lanier <adam at krusty.madoff.com> wrote:
> >
> > try @param\[(in|out)\] \w+
> >
>
> This didn't work either :(
>
> The tool using this regular expression (Comment Reflower for VS2005) May be
> broken...
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>

How about @param\[[i|o][n|u]t*\]\w+ ?



More information about the Python-list mailing list