I used the below code to remove the part "(MV)" from the end of every string in a vector (specifically row number 1 for all columns and skip column 1 as shown in the code), however, it removed every M, V and MV in the vector even if it is at the start of the string.I used the below code to remove the part "(MV)"