Hello all,
I have a list of values that look like this: ;Asphalt Late Model>Rear Suspension;Road Race>Rear Suspension
What I need to do is get all of the values between ; & >.
So in this example the output would be Asphalt Late Model;Road Race
Any help would be very appreciated, as I've been stuck on this one for a while.
I have a list of values that look like this: ;Asphalt Late Model>Rear Suspension;Road Race>Rear Suspension
What I need to do is get all of the values between ; & >.
So in this example the output would be Asphalt Late Model;Road Race
Any help would be very appreciated, as I've been stuck on this one for a while.