this thing
this thing
this thing
One
One Three Five
One, Three, Five
First Set Only
if(test(prop("Name"), "[(]|[)]"), replace(replace(prop("Name"), "[^(]*[(]", ""), "[)](.*)", ""), "")
All Sets
replaceAll(replaceAll(replaceAll(prop("Name"), "[A-z0-9,. ](?![^(]*[)])", ""), "[)][(]", " "), "[(]|[)]", "")
All Sets (Comma-separated)
replaceAll(replaceAll(replaceAll(prop("Name"), "[A-z0-9,. ](?![^(]*[)])", ""), "[)][(]", ", "), "[(]|[)]", "")