Classification Rules are applied from first to last, i.e. in the order that you see on screen. So if you have the following
Rule 10: same regex, To: $1
Rule 12: same regex, To: $3
Rule 178: same regex, To: $2
Assuming the above 3 rules affect the same classification field, e.g. "Path 1", then finall...