Just looking for clarification on exactly how text would be analyzed.
Let’s say I use the visual selector to capture several lines of text which would appear to utilize newlines. When setting up a regex-based condition, would I have to account for these possible newlines or would they simply be considered spaces, similar to how they might appear within the “Text” version of history?
I assume “Added Text” would concat the new entries separated by a space, but what if the added text would be in the form noted above? Would those newlines essentially be replaced by spaces?