[rules-users] Regular Expression
Wolfgang Laun
wolfgang.laun at gmail.com
Wed Nov 16 04:49:55 EST 2011
Start any regular expression with "(?i)" and it will ignore case:
"(?i)start"
This can be found in java.util.regex.Pattern's javadoc.
-W
On 16 November 2011 10:32, rahulkrishnan <rahulkrishnan8 at gmail.com> wrote:
> Can i have a regular expression in which the case of the word is not a
> problem
> Like any string starting with START|Start|start|STart can be matched
>
> am able to match only the rules starting with either START or start
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Regular-Expression-tp3512138p3512138.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20111116/ef622708/attachment.html
More information about the rules-users
mailing list