[Pythoncard-users] regular expressions in Python
by Kevin Altis other posts by this author
Jul 8 2002 6:10PM messages near this date
[Pythoncard-users] findString function added to util.py
|
Re: [Pythoncard-users] regular expressions in Python
I started looking into the use of a regular expression for the "Match whole
words only" requirement for the Find and Replace dialogs. I thought I would
go ahead and list the resources I've found so far in case anyone else dives
into this. It doesn't appear that I can't simply use a word boundary check
\b pattern, so a more complex search is required. I may go ahead and post to
comp.lang.python since a Google groups search didn't turn up an answer.
Any regular expression experts in the house?
re module - Regular expression operations
http://www.python.org/doc/current/lib/module-re.html
Regular Expression HOWTO
http://py-howto.sourceforge.net/regex/
The O'Reilly book, Mastering Regular Expressions
http://www.oreilly.com/catalog/regex/
There is a sample chapter online as well as samples to download. Perl 5
regular expressions are supposed to be relatively easy to port to Python
from what I've read so far.
Some Python Cookbook results
http://aspn.activestate.com/ASPN/search?query=regex§ion=PYTHONCKBK&type=
Subsection
http://aspn.activestate.com/ASPN/search?query=regular+expression§ion=PYT
HONCKBK&type=Subsection
ka
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Oh, it's good to be a geek.
http://thinkgeek.com/sf
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
Thread:
Kevin Altis
Magnus Lie Hetland
Kevin Altis
Kevin Altis
|