Register forum user name Search FAQ

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, confirm your email, resolve issues, 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.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ MUSHclient ➜ General ➜ Multiline Trigger Firing on Every Line

Multiline Trigger Firing on Every Line

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Tvistor   (1 post)  Bio
Date Thu 12 Jul 2018 07:30 AM (UTC)

Amended on Thu 12 Jul 2018 07:31 AM (UTC) by Tvistor

Message
Hi all,

I am trying to match the map one sees in Achaea when seafaring. A map will generally have 25 columns and 17 rows of tiles, represented with various characters.

In the map I am dealing with, these tiles will only be whitespace, 'm', 'w', '?', '=' and '.'.

My current attempt to match this is the following hideous regular expression:

^[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\n[w\.m ?=]{25}\Z

I then turn on 'Multi-line; match' and set this to 17. However, this seems to fire 17 times, once for every line of the map. My goal is to ultimately capture the entire map as a single string and pass it to a Lua function.

Any help at all would be greatly appreciated.
Top

Posted by Nick Gammon   Australia  (23,140 posts)  Bio   Forum Administrator
Date Reply #1 on Fri 13 Jul 2018 06:10 AM (UTC)
Message
Hi! Can you post the actual trigger please?

Template:copying For advice on how to copy aliases, timers or triggers from within MUSHclient, and paste them into a forum message, please see Copying XML.


And also post an example of a map? (copy/paste)

Then we can reproduce the problem and advise you.

Personally I try to avoid multi-line triggers because they can behave in unexpected ways.

Template:faq=37 Please read the MUSHclient FAQ - point 37.

- 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.


8,613 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.