Hi,
Reg Ex is something that defeats me every time, mainly because I cannot get my head around the actual expression.
My requirement is to take the data included in the last set of brackets and put it in a separate column, so the data I currently have:
Name
System 1 PreProd(Rev8-30-9304E-30)
System 2 Pre-Prod - 24275 (E32)(Rev8-30-9304E-32)
System 3 SANDPIT (Test pack)(Rev8-30-9304E-32)
How I would like it to look:
Name Version Iteration
System 1 PreProd Rev8-30-9304 E-30
System 2 Pre-Prod - 24275 (E32) Rev8-30-9304 E-32
System 3 SANDPIT (Test pack) Rev8-30-9304 E-32
Could anyone advise me if I should use text to columns or Reg Ex, if Reg Ex, how should I write the expression.
TIA