in reply to
strip substring from long string
You can use
substr()
,
split()
, or a regex. Did you try any of these?
And your string is really not very long.
holli,
/regexed monk/
Comment on
Re: strip substring from long string
Select
or
Download
Code
In Section
Seekers of Perl Wisdom