re.match

Martin von Loewis loewis at informatik.hu-berlin.de
Tue Mar 20 15:32:53 EST 2001


msoulier at nortelnetworks.com (Michael P. Soulier) writes:

>   No biggy, but surprising compared to every other implementation
> of regexps that I've seen.

What implementations of regexps have you seen? /usr/include/regex.h
defines both re_search and re_match; I believe this is the POSIX
interface to regular expressions.

Regards,
Martin




More information about the Python-list mailing list