[Tutor] More Information

Gregor Lingl glingl@aon.at
Sun, 11 Aug 2002 17:14:10 +0200


SA schrieb:

>On 8/11/02 2:30 AM, "Preeyanuch Sangsinlerd" <ae_iou11@hotmail.com> wrote:
>
>  
>
>>Hi All,
>>I'm now interestes in Python. Do you have more information about Python' s
>>regular expression, symbol, how to write it, function, etc. (information
>>that not have in Python web site)
>>Thank you all,
>>Ae
>>
>>    
>>
>Try the re module.
>http://www.python.org/doc/current/lib/module-re.html
>  
>

Moreover there is a very fine regular-expression-HOWTO (along with other 
HOWTOs):

http://py-howto.sourceforge.net/

Note that there is also a link to pdf-versions of these HOWTO's on this 
page, specifically to

http://py-howto.sourceforge.net/pdf/regex.pdf

Gregor