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
➜ Two named subpatterns having the same name - is it possible?
|
Two named subpatterns having the same name - is it possible?
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Cadari
(25 posts) Bio
|
| Date
| Mon 30 Jun 2008 04:45 PM (UTC) Amended on Mon 30 Jun 2008 04:52 PM (UTC) by Cadari
|
| Message
| Hello! Please tell me, is there a way to make a trigger with two or more subpatters having the same name? Say, like this one:
match="^((Your (?P<side>left|right) arm is cut)|(Aha, so it was your (?P<side>left|right) arm))\.$"
Only one message will match any time the trigger fires, so there's no problem with identical names, but of course I still get:
Error "Failed: two named subpatterns have the same name at offset ... processing regular expression ..."
Any way to solve this? Thank you.
Edit: I can make it work rewriting the match string like this:
match="^((Your)|(Aha, so it was your)) (?P<side>left|right) arm (is cut|)\.$"
But maybe there's a simpler way, like a checkbox "allow indentical names" somewhere? :) | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Mon 30 Jun 2008 11:49 PM (UTC) |
| Message
| |
| Posted by
| Cadari
(25 posts) Bio
|
| Date
| Reply #2 on Tue 01 Jul 2008 08:06 AM (UTC) |
| Message
| Sorry for not reading the help section before asking.
Thank you! | | 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.
15,729 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top