Gammon Forum
Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to "verify" your details, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Entire forum
MUSHclient
General
Multiline trigger question
Multiline trigger question
|
It is now over 60 days since the last post. This thread is closed.
  Refresh page
Posted by
| Poromenos
Greece (1,037 posts) bio
|
Date
| Tue 15 Jun 2004 07:04 PM (UTC) |
Message
| I'm a bit confused at this one. I want to match on:
Exits: north south
<13hp>
but not
Exits: north south
Someone is standing here.
<13hp>
I don't want to use the prompt to match, so I thought I could make a multiline trigger that matches on:
^Exits\: (.*?)\.\n\z
But it matches in both cases. How can I make it match on Exits: * and then an empty line? |
Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it! | top |
|
Posted by
| Nick Gammon
Australia (23,042 posts) bio
Forum Administrator |
Date
| Reply #1 on Tue 15 Jun 2004 11:48 PM (UTC) |
Message
| The simple solution is to add the extra newline, like this:
Thus, it looks for 2 newlines (because one blank line consists of 2 consecutive newlines).
A more complex method might be to use a "lookahead assertion" to check that the next line does *not* start with "Someone is standing here.", if that is the only case you want to exclude. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|
Posted by
| Poromenos
Greece (1,037 posts) bio
|
Date
| Reply #2 on Wed 16 Jun 2004 12:35 AM (UTC) |
Message
| Ahh great, thanks... Why doesn't ^Line1$\n^$ do what I expected though? |
Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it! | top |
|
Posted by
| Nick Gammon
Australia (23,042 posts) bio
Forum Administrator |
Date
| Reply #3 on Wed 16 Jun 2004 06:16 AM (UTC) |
Message
| I'm not sure - I had some problems myself with things like ^ and $ in multi-line triggers.
Maybe ^Line1$^$ would work but I wouldn't bet on it. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
11,982 views.
It is now over 60 days since the last post. This thread is closed.
  Refresh page
top
Quick links:
MUSHclient.
MUSHclient help.
Forum shortcuts.
Posting templates.
Lua modules.
Lua documentation.
Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.