or download this
meanwhile from the heart of the sourcecode:
# takes a macro of regular expressions:
...
# brackets can be separated by '|' (pipe) as logical OR and they may b
+e
# nested (should be recursive;-).
# e.g. /(bar)((foo1)|(foo2))=word/ would associate either foo1 or foo2