HI,
I have an input like this
A, HEKOBO SOMTRI-SOMTRI
ALJKJERO, NAMI TA ZZZ-ONP32
and I need output like this
A, HEKOBO
ALJKJERO, NAMI TA
basically I want to remove the bold letter mentioned in the input, which is nothing but the word after the last space in the input.
thanks in advance