New regular expression option for Extract fields transformation
We’ve updated the Extract fields transformation with an additional RegExp format option you can use to perform more advanced parsing of the selected field, such as extracting parts of strings or splitting content into multiple fields using named capturing groups like /(?<NewField>.*)/
.