I'm testing a WS using SOAP-RPC Request. I'm extracting part of the WS Response message using RegEx Extractor Post Processor. However, sometimes response message contains newline characters that mess up the RegEx extractor and it can't find the match. I would like to replace newline with "", and I played with Javascript replace function but couldn't get it to work. Any ideas?
-- Regards, Amela

