[Please send questions and bug reports to the mailing list. The address is /not/ regex-coach-owner@common-lisp.net but regex-coach@common-lisp.net. You have to subscribe first.]
On Sat, 6 Aug 2005 16:23:24 +0530, "Nithyanandham, M" Nithyanandham.M@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.