I am trying to find a string with regex and put it in an attribute. I have used the stringReplacer, but this means I would have to search for what I don't want to capture and replace it with nothing so that what is left is the string I want to capture.
It seems as though capture-groups do not capture strings for subsequent use in fme.
Â
Â
Â
Â
Â