the gnu.regexp package is a regular expression package.
Regular expressions are useful in finding patterns in string. For
example the regular expression a* finds zero or more occurrences of 'a'
in the string. If you run the regular expression a* on the string
bjklsdjaaaalsdkjfd it would find the aaaa in the middle of the string.
You can also have a regular expression like "ab*a" which would find the
string abbba and abbbbbbba and aa (because the asterisk (*) means that
you can have zero or more of the previous regular expression.
The gnu.regexp package homepage is at:
http://www.cacas.org/java/gnu/regexp/
It would really not have taken much to find this out for yourself! Go
to www.google.com and type in gnu regexp and voila... you have the page
I just told you about at the top. Please try to make some effort to
find this stuff out for yourself. I know you are capable of it and you
should have realized by now (I've seen your posts many times before)
that most people don't like people posting that have obviously made no
effort to find out what they're asking about to begin with. Not to
mention that this is totally off topic for this list (which you should
also know that very many people dislike!).
Try to keep that in mind from now on.
Regards, Stefan.
-----Original Message-----
From: sufi malak [mailto:[EMAIL PROTECTED]]
Sent: 29. ma� 2001 15:14
To: [EMAIL PROTECTED]
Subject: what's gnu/regexp/ ??
Hi, could you please tell me what is the package gnu/regexp/ and where
to
find a the jar file.
Thanks
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets