Regular Expression Perl

Anchor                Description 
^ or \A               Match at beginning of string only 
$ or \Z               Match at end of string only 
\b                    Match on word boundary 
\B                    Match inside word