I have string in this format: Sentence 2, Column 27, ...some text ...
I want to remove section ", Column 27, " (comma, word "Column", number and comma) from this string. In this string is always on first position word "Sentence" and number, then comma, word "Column" and number plus comma.
How can I do this?