Help for this page

Select Code to Download


  1. or download this
    my $str = "abdbdr23";
    my ( $name, $num ) = ( $str =~ /^(\w+?)(\d*)$/ );