I’m extracting an email body to match using regex. While doing that I saw 2 different behaviours in the Local value variable and the same variable value in the watch panel. The watch panel shows a new line after the comma in text value. What is the reason for this?
I just wrote this to a text file. But there is no newline after the comma. But when it is matches with regex, it seems the watch panel value (with a newline) is affected.