I have a vector of strings. Each vector element/string is a name, like: Mother_Hen.
I want to remove the _ and replace it with a space. Does anyone know how to do this? I have tried using find, but have had no success (I get no result). Thank you for any help.