Regular Expression Quick Reference

2003-07-20 Thread Iain Truskett
irst Lower case first char of a string uc Upper case a string ucfirst Upper case first char of a string pos Return or set current match position quotemeta Quote meta characters reset Reset ?pattern? status study Analyze string for optimi

Re: Regular Expression Quick Reference

2003-07-27 Thread Iain Truskett
Hmm. No comments from anyone here? http://dellah.org/perlreref.pod http://dellah.org/perlreref.html Should I just send to p5p instead of here? cheers, -- Iain.

Re: Regular Expression Quick Reference

2003-08-06 Thread Iain Truskett
* Tom Christiansen ([EMAIL PROTECTED]) [28 Jul 2003 01:20]: > >+ lc Lowercase a string > >+ lcfirst Lowercase first char of a string > >+ uc Uppercase a string > >+ ucfirst Uppercase first char of a string > Not quite; the last one (for ucfirst or \u) should be Ti