8000 ReplacerPipe · frankframework/frankframework Wiki · GitHub
[go: up one dir, main page]

Skip to content
BonnoSmeele edited this page Oct 9, 2024 · 1 revision

replace can be set to empty("") to delete a string

	
<ReplacerPipe
	name="removeDeclaration"
	find="findthisstring"
	replace="repalcewiththis">
	<Forward name="success" path="NextPipe"/>
</ReplacerPipe>
0