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

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