[Home] [Downloads] [Search] [Help/forum]

Gammon Software Solutions forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  General
. . -> [Subject]  finding last word in a trigger capture

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?

finding last word in a trigger capture

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page


Posted by Lilbopeep   USA  (42 posts)  [Biography] bio
Date Wed 06 Jun 2012 02:50 AM (UTC)  quote  ]
Message
if I am capturing strings of unknown length, but I always know the last word is the word I need, how can I best capture that to be used in a trigger?


,.~`'~.,Dance Magic Dance,.~`'~.,
[Go to top] top

Posted by Fiendish   USA  (848 posts)  [Biography] bio   Global Moderator
Date Reply #1 on Wed 06 Jun 2012 01:16 PM (UTC)  quote  ]
Message
Presumably a regular expression like this

^.*?(\w+)$

or maybe

^.*?([^ ]+)$

or even just
([^\s]+)$

http://aardwolfclientpackage.googlecode.com/
[Go to top] 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.


405 views.

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

[Home]

Written by Nick Gammon - 5K

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]