Hey All,

If I have a string that looks like the following...

$string = "Crud I want Call Distance more crud skdafj 343sad55434 ";

How would I go about getting rid of everything after the Call distance
and including the Call Distance?  Would it be somthing like the
following...?

($test) = $string =~ /(.*)Call Distance\+swd/;

I.e and strip and thing with words, numerals or white space.

Kind regards,

Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to