in reply to
Re^4: Removing digits from a string
in thread
Removing digits from a string
s/^\D*\K\d+//;
Comment on
Re^5: Removing digits from a string
In Section
Seekers of Perl Wisdom