Or:$idx = index($string, '(') + 1; $num = substr($string, $idx, length($string) - $idx - 1);
($num) = $string =~ /\((\d+)\)/; # Plus the year ($year, $num) = $string =~ /(\d+)[^(]*\((\d+)\)/;
In reply to Re: Last Letters
by Fastolfe
in thread Last Letters
by ImpalaSS
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |