Name

adams.flow.transformer.SimpleStringReplace


Synopsis

Performs a string replacement, using String.replace(.., ...).
 If the 'replace' string contains both, variables and placeholders, then first all variables are expanded and then the placeholders.


Additional information

Flow input/output:
- input: java.lang.String, java.lang.String[]
- output: java.lang.String, java.lang.String[]


Options