Ok, strings varies in lengts and contains all sorts of content. Somwhere in the string is this text:
[rom:ffb6bc7533]
like this:
anything anything anything [rom:ffb6bc7533] anything anything
To make things worse the 10 letters after the rom: is anything but always 10 letters - I want to remove those from the string.
Making the end result look like this:
anything anything anything [rom:] anything anything
How?