in reply to
Delete from string through s///
will this work for you?
s/(?<=<string>)\d+\s*-\s*//;
[download]
Comment on
Re: Delete from string through s///
Download
Code
In Section
Seekers of Perl Wisdom