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
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@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users