[ 
https://issues.apache.org/activemq/browse/CAMEL-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Anstey resolved CAMEL-1357.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6.1

Fixed this on trunk and 1.x .

> Add regexReplaceAll to builder support
> --------------------------------------
>
>                 Key: CAMEL-1357
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1357
>             Project: Apache Camel
>          Issue Type: Improvement
>    Affects Versions: 1.6.0
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0, 1.6.1
>
>
> ... so we can do things like
> {code:lang=java}
> from("direct:start").setBody(regexReplaceAll(body(), "Foo", "Bar"))...
> {code}
> which essentially is equivalent to sed 's/Foo/Bar/g' on the body.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to