v6.16
I wish to capture a block of text which often contains the @ character. However, when my trigger fires, if the line contains an @ it will only match the text up to the @ character. Eg:<br>
Trigger pattern: (*)
29 @*$ Some Player 16 @ Another Player 1 and another
Will only match 29 and the following space, but if the first @ didn't exist it would match up to 16 and the following space.
I need to capture all the lines (about 10) and then parse them. Is there a way I can do this without capturing to a file?
Thanks,
Steve