Q: | Does the ^ operator work on multiline strings, or only on 1 line?
In other words, if I'm searching for a specific character sequence within a multiline message, do I need to treat each line individually, or can I use the multiline string variable with the "^" operator? |
A: | Yes, the "^" operator does work on multi-line variables. |