![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: How to delete letters and special characters from a steeringby Kenosis (Priest) |
on Mar 05, 2014 at 01:39 UTC ( #1077034=note: print w/replies, xml ) | Need Help?? |
What have you tried? Consider either splitting the string on = and just use the second element from the split or use a regex to capture all after the =. s/steering/string/g ?
In Section
Seekers of Perl Wisdom
|
|