Help for this page

Select Code to Download


  1. or download this
    if ({nthcharacter of $string} eq "x")
    
  2. or download this
    my @b = split(//, $string) ;
    if ($b[n] eq "x") {...}