http://www.perlmonks.org?node_id=1011233


in reply to Re^4: Removing digits from a string
in thread Removing digits from a string

s/^\D*\K\d+//;