Hi,
I'm pulling data from a file where there is a field with server names. In some cases, the value input represents more than one server. It's input like this - XXXAP1(T, R, AND Q). I want to turn this into XXXAP1T, XXXAP1R, XXXAP1Q. Is there a simple way to do with Regex?
Thanks.