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.
