[regex-coach] Re: ^123$, Str:123; Result:No match ???

Edi Weitz edi at agharta.de
Sat Aug 6 13:09:53 UTC 2005


[Please send questions and bug reports to the mailing list.  The
address is /not/ regex-coach-owner at common-lisp.net but
regex-coach at common-lisp.net.  You have to subscribe first.]

On Sat, 6 Aug 2005 16:23:24 +0530, "Nithyanandham, M" <Nithyanandham.M at siemens.com> wrote:

> I currently use regex-coach that is developed by you. It is really
> helpful to learn regular expression very fast.  Meanwhile, I just
> found one bug with it and hence I wanted to inform you.
>
> Regular expression:
> ^123$
>
> Target string:
> 123
>
> Result: No match.
>
> Isn't that incorrect result?

That would be incorrect.  I can't reproduce that, though.  If I enter
these strings The Regex Coach shows a match.  Are you using the newest
version (0.6.7)?  Maybe there's some whitespace or some hidden
character in either the regex or the target string?

Cheers,
Edi.



More information about the regex-coach mailing list