Subject: Re: comparing sequences that contain more than one of the same item
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 22 Feb 2008 15:33:39 +0000
|
On 22/02/2008, Kerry, Richard <richard.kerry@xxxxxxxxxxx> wrote:
>
> To match 'hello' with 'farmer' the code will be
>
> matches('ehllo', 'a?e?f?m?r?r?' )
>
> Ie 'hello' has been sorted into codepoint order before the match.
Indeed, the point is that returns true for me... whereas it should return false.
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
|