Next Regular Expression Mastery 39

Anchors

/^ab/

             START             |a b s i n t h e
             ^                 |a b s i n t h e       Yes!
             a                 |a b s i n t h e       Yes!
             b                 <a|b s i n t h e       Yes!
             END               <a b>s i n t h e       Yes!

continued...


Next Copyright © 2002 M. J. Dominus