How to get the whole sentence that was matched by a trigger?

Posted by VBMeireles on Tue 14 Sep 2010 07:01 PM — 3 posts, 13,840 views.

Brazil #0
I suspect the question might be stupid, but I'm unsuccessful in finding an answer. :P

I'd like my trigger to write in a miniwindow the whole expression that was matched by it, not just some wildcards. How to do it?
USA #1
It's not stupid, just easy. :) Use %0.
Brazil #2
Thanks! :)