You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by krajkumar <kr...@gmail.com> on 2016/08/06 00:51:41 UTC

Re: Can simple() be made to compare strings in a case insensitive way?

This thread was more than a year old, but just want to share the way I
handled this issue. 

.choice() 
.when().simple("${body.filter} == null || 
${body.filter.filterBy?.*equalsIgnoreCase*('department')}”)

Since we already having a option, why we need new operator?



--
View this message in context: http://camel.465427.n5.nabble.com/Can-simple-be-made-to-compare-strings-in-a-case-insensitive-way-tp5767732p5786084.html
Sent from the Camel - Users mailing list archive at Nabble.com.