On Tue, 8 Jun 1999, Lukin Konstantin wrote:
> Has anybody tried to use perl with JSP?
> Wouldn't it be cool to use regular expressions in
> servlets!?!
I don't know of a Perl interpretter written in Java (there's definately an
EcmaScript parser).
but there are several regexp packages for Java. The GNU one is being
actively developed, and they have a cool demo applet you can try to see
how it works. It's pretty powerful, but certainly a little more cumersome
to use than shorthand Perl regexps (just due to the OO nature of Java)
http://www.cacas.org/java/gnu/regexp/reapplet.html
-- James
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".