Help for this page

Select Code to Download


  1. or download this
       my $variable = "abc123";
       my ($letters) = $variable =~ /^([a-zA-Z]*)/;