Help for this page

Select Code to Download


  1. or download this
    next if substr($str1, $start, $matchLen) =~ /^-+$/;
    
  2. or download this
    next if ! matchLen || substr($str1, $start, $matchLen) !~ /[^-]/;