For example I have a Pandas DataFrame with a string column in which I would like to delete the **bold**
text before a substring:
Column1
**Yon-RM-**CT 500M
**Abib-RM-**CT 500M
**Wal-RM-**CT 500M
**Sopxc-RM-**CT 1000M
Notice that the bold text could have different length but the substring ends in “-RM-“.