in reply to Re: Matching Exact Word
in thread Matching a Word Exactly
my( $word, $guinea ) = /(\w+)?\s*\b(Guinea)\b/; if( $word eq ucfirst $word ){ warn "Not the Guinea I want ($word $guinea)"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Matching Exact Word
by jonadab (Parson) on Oct 09, 2014 at 11:01 UTC | |
by Jim (Curate) on Oct 09, 2014 at 18:33 UTC | |
by kzwix (Sexton) on Oct 09, 2014 at 11:20 UTC |