As it says in the Pattern Matching helptopic.
To match multiple lines include $ in the middle of the pattern to match the line boundary.
#TR {@prey has fled$@prey %w (%w)} {%1;bash @prey}
I've done a search of the forum and the best I can find is using the $ symbol for waiting for the end of the text? I awfully confused. Here's what I'm looking to do.