I think Manuel Gutierrez Algaba wrote:
[Charset iso-8859-15 unsupported, filtering to ASCII...]
> Wait, I like the regexp feature to extract parts naming them, like in
> python's:
>
> r = match("bcce(?P<group1>a*)", "aaa")
>
> print r.group("group1")
>
> I don't know if java support this.
>
> Anyway, expert system + regexp is just a killer idea.
>
Yes, java.util.regex supports something like this, closer to normal
POSIX regexps with numbers, though. Not sure how it would be
expressed as LHS syntax; come to think of it, this, like many other
things, is more complex than it appears on the surface.
---------------------------------------------------------
Ernest Friedman-Hill
Science and Engineering PSEs Phone: (925) 294-2154
Sandia National Labs FAX: (925) 294-2234
PO Box 969, MS 9012 [EMAIL PROTECTED]
Livermore, CA 94550 http://herzberg.ca.sandia.gov
--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------