I have a string, lets assume the string looks like "000110010111000011".
I would want to replace any occurrence of the number 1 in the string without limiting it to the first or last occurrence. I also want the string to return back the way it was, if needing to split it or something.