Re: Regular Expression tools?

2005-05-04 Thread Lee Cullens
From: "Terje Johan Abrahamsen" <[EMAIL PROTECTED]> Date: May 4, 2005 6:49:14 AM EDT To: python-list@python.org Subject: Re: Regular Expression tools? This is what you are looking for. http://kodos.sourceforge.net/ I've seen that and it looks great, but I don&#x

Re: Regular Expression tools?

2005-05-04 Thread Lee Cullens
Tim Henderson: > I am not quite sure what you want. However if you are looking for > Python's regular expression module it is the re module. Just go to > interactive help and view the api for it. Thanks Tim, I found RegexPlor - not as full as I was thinking of, but it does the job. Lee C -- h

Re: Regular Expression tools?

2005-05-04 Thread Kent Johnson
Lee Cullens wrote: > Been here before, but can't remember what I used and anyway that was a > PC platform. > > So, if you use a Regular Expression tool (PCRE standard) for Python > programming and your development platform is Mac OS X, would you please > help narrow down the search for me. All

Re: Regular Expression tools?

2005-05-04 Thread Terje Johan Abrahamsen
This is what you are looking for. http://kodos.sourceforge.net/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Regular Expression tools?

2005-05-03 Thread Tim Henderson
I am not quite sure what you want. However if you are looking for Python's regular expression module it is the re module. Just go to interactive help and view the api for it. cheers Tim Henderson -- http://mail.python.org/mailman/listinfo/python-list

RE: Regular Expression tools?

2005-05-03 Thread Lee Cullens
Been here before, but can't remember what I used and anyway that was a PC platform. So, if you use a Regular Expression tool (PCRE standard) for Python programming and your development platform is Mac OS X, would you please help narrow down the search for me. All I seem to be finding are other