<?xml version="1.0" encoding="windows-1252"?>
<node id="881035" title="Re^3: Regex to match multiple words in an email subject" created="2011-01-07 04:58:44" updated="2011-01-07 04:58:44">
<type id="11">
note</type>
<author id="664508">
philipbailey</author>
<data>
<field name="doctext">
&lt;p&gt;That's a good point, but in the OP's use case it's irrelevant.  In fact, the regex could be trimmed down to:&lt;/p&gt;
&lt;code&gt;/(SSL|VASCO)/&lt;/code&gt;
&lt;p&gt;Or, to avoid unnecessary capturing:&lt;/p&gt;
&lt;code&gt;/(?:SSL|VASCO)/&lt;/code&gt;</field>
<field name="root_node">
881006</field>
<field name="parent_node">
881019</field>
</data>
</node>
