i have a field, the field format looks like
A-B-C::E_[randomNum]
the field is dynamic because the randonNUM , i want to change the '-' to '_' and remove the [randomNUM] and it's will be looks like as follow,
A-B-C::E
Is there any plugin / strategy to solve this problem?
any help will be appreciated !