Help for this page

Select Code to Download


  1. or download this
    my $x = 'abc12345';
    my $length = length ($x =~ /(\d+)$/);
    # returns 1, the length of the number in the number of elements