Start any regular expression with "(?i)" and it will ignore case: "(?i)start"<br><br>This can be found in java.util.regex.Pattern's javadoc.<br><br>-W<br><br><div class="gmail_quote">On 16 November 2011 10:32, rahulkrishnan <span dir="ltr"><<a href="mailto:rahulkrishnan8@gmail.com">rahulkrishnan8@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Can i have a regular expression in which the case of the word is not a<br>
problem<br>
Like any string starting with START|Start|start|STart can be matched<br>
<br>
am able to match only the rules starting with either START or start<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Regular-Expression-tp3512138p3512138.html" target="_blank">http://drools.46999.n3.nabble.com/Regular-Expression-tp3512138p3512138.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>
</font></blockquote></div><br>