Hi all, I am struggling with a simple "Simple" Language OGNL use:
I would like to replace a String with a regex via simple
Please see the following example:
.setHeader("result", simple("${header.CamelFileName.replaceAll('^.*.pdf',
'Hello')}"))
But it does not work at all. Do I miss something?
Thanks for any help
Michael
