Help for this page
Select Code to Download
Select
or
download this
my $variable = "abc123"; my ($letters) = $variable =~ /^([a-zA-Z]*)/;