Reuse custom pattern in multiple conditions

I have a rule that has multiple conditions, and I want to be able to setup custom patterns and reuse them in each condition.
This is related to my previous post here:
viewtopic.php?f=4&t=2113
The solution was to have a (•Name 1), (•Name 2), (•Code 1), and (•Code 2) custom patterns. This is fine when there are limited conditions, but I need to build up many conditions, and then rename the file based on that. With all these conditions, my rename action becomes very ugly looking because I need to specify all the custom patterns (•Name 1)...(•Name N) and (•Code 1)...(•Code N)
It would be nice if I could reuse the custom patterns, and the values get set to the matching condition, and any custom pattern that isn't in the condition are just set to the empty string.
This is related to my previous post here:
viewtopic.php?f=4&t=2113
The solution was to have a (•Name 1), (•Name 2), (•Code 1), and (•Code 2) custom patterns. This is fine when there are limited conditions, but I need to build up many conditions, and then rename the file based on that. With all these conditions, my rename action becomes very ugly looking because I need to specify all the custom patterns (•Name 1)...(•Name N) and (•Code 1)...(•Code N)
It would be nice if I could reuse the custom patterns, and the values get set to the matching condition, and any custom pattern that isn't in the condition are just set to the empty string.