$string_to_match='QWERTAAWAAAAKAAAAAAAA'; if ( substr($string_to_match, -17) =~ y/A// >= 14 ) { print 'Correct'; }
In reply to Re: Count the number of matched characters
by borisz
in thread Count the number of matched characters
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |