From: A.M. K. <aku...@us...> - 2003-02-19 21:01:12
|
Update of /cvsroot/py-howto/pyhowto In directory sc8-pr-cvs1:/tmp/cvs-serv18729 Modified Files: regex.tex Log Message: Add some more TODO items Index: regex.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/regex.tex,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** regex.tex 26 Nov 2002 16:05:50 -0000 1.13 --- regex.tex 19 Feb 2003 21:00:34 -0000 1.14 *************** *** 6,9 **** --- 6,12 ---- % Better way of displaying a RE, a string, and what it matches % Show how to loop with search() + % Mention optional argument to match.groups() + % Unicode (at least a reference) + % Update reference to Friedl book \title{Regular Expression HOWTO} |