in reply to Regex Update: Chapters 1-3 rough draft

In the section about word boundaries, you said that "teddie" =~ /ed/; is false. Why dosen't it match? It looks like it should...

Replies are listed 'Best First'.
Re: Re: Regex Update: Chapters 1-3 rough draft
by bobione (Pilgrim) on May 10, 2001 at 15:10 UTC
    Be carreful japhy, if you make mystake in tutorial... ;)
    I found your project very good, because I love regexp and I want to play with it.

    BoBiOne KenoBi ;)

Re: Re: Regex Update: Chapters 1-3 rough draft
by japhy (Canon) on May 10, 2001 at 17:03 UTC
    That was a copy-and-paste error. But thank you for pointing that out. Typos in a regex tutorial will be terribly difficult for any non-Perl-knowing editor to find.

    I WILL be testing all code in this book.

    japhy -- Perl and Regex Hacker