Dissect on a multiline message field

I have a multiline message field and I have to extract a field with tokenizer from a starting point to the end of the line. How can I select as ending point the new line?

Update: I did it with a script block and some str.match + regex

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.