$foo = "spider9832man23"; print "count = " . $foo =~ y/0-9//; [download]
In reply to Re: number of numbers in a string by gaal in thread number of numbers in a string by concept03