On 09/07/2012, Wolfgang Laun <wolfgang.laun(a)gmail.com> wrote:
$h : HashMap()
eval( $h.get( "Account_Ownership_Type" ).equals("Single") )
Here you cannot use a custom operator, but you can write a function
function testmap( Map m, String key, String value ){
return m.get( key ).equalsIgnoreCase( value );
}
-W
On 09/07/2012, abhinay_agarwal <abhinay_agarwal(a)infosys.com> wrote:
> $h : HashMap(this["Account_Ownership_Type"]=="Single")
>
> m using this for comparision right now...
>
> --
> View this message in context:
>
http://drools.46999.n3.nabble.com/comparing-strings-using-ignore-case-tp4...
> Sent from the Drools: User forum mailing list archive at
Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/rules-users
>