home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / Python / Docs / Regular_Expressions_3.txt / text0000.txt < prev   
Encoding:
Text File  |  1996-10-03  |  481 b   |  11 lines

  1. > Anyone know where I can get an explaination of regular expressions?
  2.  
  3. there's a really really good QuickReference document that contains lots 
  4. of good information on Python..  One of the places you can read the 
  5. entire document is <http://www.cynapses.com/ry/python/pyQuickRef.html>.  
  6. Appendix 3 of "internet programming with Python" is online at 
  7. www.python.org somewhere and explains regular expressions in Python.
  8. -- 
  9. .jPS || jeff@cynapses.com || http://www.cynapses.com/ry/
  10.  
  11.