I am searching for the following text in an inputted string: +Bob
If the program finds +Bob, I want it to remove the + before Bob
Now, the catch:
I do not want the program to eliminate all +'s, just +'s before or after Bob, with or without intervening whitespace. So a string for example of: + Bob still counts as +Bob

+anytime it falls beforebobsuch as if there were 10 spaces between+andbobor are you just taking into account the single space? – Beef Sep 21 '11 at 21:20