Help for this page

Select Code to Download


  1. or download this
    $string_to_match='QWERTAAWAAAAKAAAAAAAA';';
    
  2. or download this
    $check = substr($string_to_match, -17, 17);
    if ($check=~/A{14,17}/)
           {print "correct";}