Where can I find a regular expression package in Java?
Location: http://www.jguru.com/faq/view.jsp?EID=72868 Created: Jun 16, 2000 Modified: 2002-03-25 10:41:24.948 Author: Davanum Srinivas (http://www.jguru.com/guru/viewbio.jsp?EID=2011) Regexp is a 100% Pure Java Regular Expression package. It can be downloaded from http://jakarta.apache.org/regexp/ For a GPL’d solution, check out the gnu.regexp package. Also note that as of version 2.0, the ORO regexp package has been turned over to the Jakarta project as well. There is a standard regular expression package in Java 1.4.