Joe Wöìfel wrote: > Interesting that there is a union function but no intersection function [for regexen]. Well, the union of two regexen /foo/ and /bar/ is simply /foo|bar/, so the union method is rather easily implemented. An intersection method would be somewhat more complex. Of course that's not really a reason not to implement it, but it might be the reason why it's not implemented yet. HTH, Sebastian -- Jabber: sepp2k / jabber.org ICQ: 205544826