Hi I"m trying to get this small multi line trigger working thanks. I want to match the last word of the second line.
Right here you (.*)$(.*)(\w+).*\z
For example:
Right here you see:
- The rabbit
- A field mouse
Should match rabbit but isn't outputting what I want. I use this:
say 'k %1 %2 aaaaaaaaaaaaa'
say 'k %1 %2 bbbbbbbbbbbb'
thanks
Right here you (.*)$(.*)(\w+).*\z
For example:
Right here you see:
- The rabbit
- A field mouse
Should match rabbit but isn't outputting what I want. I use this:
say 'k %1 %2 aaaaaaaaaaaaa'
say 'k %1 %2 bbbbbbbbbbbb'
thanks