RegEx question

J. Clifford Dyer jcd at sdf.lonestar.org
Thu Oct 4 13:09:54 EDT 2007


You *are* talking about python regular expressions, right?  There are a number of different dialects.  Also, there could be issues with the quoting method (are you using raw strings?)  

The more specific you can get, the more we can help you.

Cheers,
Cliff
On Thu, Oct 04, 2007 at 11:54:32AM -0500, Robert Dailey wrote regarding Re: RegEx question:
> 
>    On 10/4/07, Adam Lanier <[1]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...
> 
> References
> 
>    1. mailto:adam at krusty.madoff.com

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



More information about the Python-list mailing list