<regExReplacer regex="string" replace="string" target="header|body" />
<serviceProxy port="2000">
<regExReplacer regex="Hallo" replace="Hello" />
</serviceProxy>
Name | Required | Default | Description | Example |
---|---|---|---|---|
regex | true | - | Regex to match against the body. | Hallo |
replace | true | - | String used to replace matched parts. | Hello |
target | false | body |
Whether the replacement should affect the message <tt>body</tt> or the <tt>header</tt> values. Possible values are body and header. | header |