On Thu, 20 May 2010 12:39:32 -0600 "Swartz, Patrick H" <[email protected]> wrote: > Hi All, > > > > Can someone please point in the right direction with the proper use of > the <match> tag. > > > > Is there any difference in using: > > <match>blah | blah1 | blah2 </match> > > > > Versus: > > <match>blah</match> > > <match>blah1</match> > > <match>blah2</match> > > > > Is one way an "AND" and the other an "OR", or am I completely off > track?
I'm not expert, however as I understand it your first example is OR, the second AND. However I'm not sure how having spaces around | affect it, might only hit on "blah " or " blah1 " or " blah2 ".. Might strip off spaces.. Hopefully those with more experience will chime in.
