http://qs1969.pair.com?node_id=1077034


in reply to How to delete letters and special characters from a steering

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 ?