who can give me the detailed introduction of re modle?

vaibhav vaikings at gmail.com
Fri May 19 02:53:17 EDT 2006


easy and convenient way to get a good introduction for any module
[especially if ur stuck and dont have internet connectivity]:

1. start python interpreter
$ python

2. import the module and ask it for help :-)
>>> import re
>>> help(re)

-vaibhav




More information about the Python-list mailing list