How would I be able to use the a variable in the Search Value field for a
ReplaceText processor?
My String
Some string has this "here, here" in it
What I want to Search
"here, here"
My Variable (must not include the double quotes for other reasons)
my.variable=here, here
I have a string I'm wanting to parse out of a large string. I thought the
following would work:
Search Value: "${my.variable}"
Replacement Value: ["here", "here"]
I thought the above Search value would replace ${my.variable} with the string
I've saved. So how could I used the variable registry in this Search Value?
Thanks