Re: best tutorial for regex

2002-07-31 Thread drieux


On Wednesday, July 31, 2002, at 09:14 , Larry Steinberg wrote:

> What is the best perl regex page or tutorial you'd recommend?
> --
> -Larry

the obvious first step is to get the mastering regular expressions
book from O'Reilly - unless you already are at home with the
general notions of what a 'regular expression' is in itself
before you start to look at the question in a 'perl specific'
context. Many of us started with the older 'sed and awk'
so basically ...

The Second Edition is now out:

http://www.oreilly.com/catalog/regex2/

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: best tutorial for regex

2002-07-31 Thread McCormick, Rob E

Also, try:  perldoc perlretut 

http://www.perldoc.com/perl5.6.1/pod/perlretut.html

spoken by one who has miles to go w/regex


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]