I was trying to extract and remove a part of the response previously, when tried some expression i got the output which i need to remove.
Expectation is to remove the (RAW).
When trying this
(?:RAW\s+)?(.*)
we did not achieve the expectation.
I was trying to extract and remove a part of the response previously, when tried some expression i got the output which i need to remove.
(?:RAW\s+)?(.*)
we did not achieve the expectation.