Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Corrupt characters, messages, etc..
- To:
- Subject: Re: Corrupt characters, messages, etc..
- From: Kjetil Torgrim Homme <kjetilho>
- Date: Fri, 2 Sep 1994 11:27:20 +0200
- CC: crossfire (at) ifi.uio.no
- In-reply-to: <> ()
+--- Craig Spencer:
| 2. We have also found that the message matching at times exhibits
| very unexpected behaviour. Can it be forced to do exact matching,
| with the use of '"'s perhaps? If not, has someone written a
| better matching algorithm, which does so?
You can use regexps. As the routine is written by yours truly, there
are some bugs and mismatches, but it generally works fine.
To give an explicit example, ^Hello$ matches only input of that word
alone.
Kjetil T.