I want to be able to part of string that was found with wild cards, but maintain the values that the wild cards replaced.
I have data that may contain strings of the following form
xxx, [abcd, efgh], xxx
I want to be able to replace this with the following string
xxx, [abcd/efgh], xxx...