<div dir="ltr">yeah you can use the matches operator and write your own regular expression there.<div><br></div><div>Cheers</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 24, 2013 at 10:47 AM, rganesh84 <span dir="ltr">&lt;<a href="mailto:ganesh_r04@infosys.com" target="_blank">ganesh_r04@infosys.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I was just wondering if there is a pattern matcher available in drools.<br>
Below is a sample<br>
<br>
rule &quot;Action Movies&quot;<br>
        dialect &quot;java&quot;<br>
    when<br>
        ui : UserInfo(likes contains &quot;Action&quot;)<br>
    then<br>
        List sw = new ArrayList();<br>
                sw.add(&quot;Die Hard&quot;);<br>
                sw.add(&quot;The Avengers&quot;);<br>
        ui.setRecs(sw);<br>
end<br>
<br>
the rule strictly checks for word &quot;Action&quot; but if the likes list contains<br>
&quot;Action Movies&quot; the rule won&#39;t get processed. Is there a pattern matching<br>
ability or a like search for a String/list containing strings?<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Pattern-matching-rules-tp4025112.html" target="_blank">http://drools.46999.n3.nabble.com/Pattern-matching-rules-tp4025112.html</a><br>
Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"> - MyJourney @ <a href="http://salaboy.wordpress.com" target="_blank">http://salaboy.com</a><div> - Co-Founder @ <a href="http://www.jugargentina.org" target="_blank">http://www.jugargentina.org</a><br>

 - Co-Founder @ <a href="http://www.jbug.com.ar" target="_blank">http://www.jbug.com.ar</a><br> <br> - Salatino &quot;Salaboy&quot; Mauricio -</div></div>
</div>