I wanted to know how to replace a char in a string.
now, I know this string will come as the second string in each row, but I also know that the char I wish to replace is not unique (there might be other chars like it).
however I wish to replace only the first char in that string from '0' to '2'
Thannk