Here I have a column called on_description and I want to update this column to like where there is OMP_ to KLM_
and even if there is multiple instances the result should be KLM_
on_description
---------------
OMP_Seras
OMP_OMP_OMP_OMP_uong
OMP_OMP_Mike
OMP_OMP_OMP_OMP_Angel
result should be
------------------
KLM_Seras
KLM_uong
KLM_Mike
KLM_Angel
and even if there is multiple instances the result should be KLM_
on_description
---------------
OMP_Seras
OMP_OMP_OMP_OMP_uong
OMP_OMP_Mike
OMP_OMP_OMP_OMP_Angel
result should be
------------------
KLM_Seras
KLM_uong
KLM_Mike
KLM_Angel