Package org.josql.functions.regexp

Interface Summary
RegExp Defines a regular expression, use the RegExpFactory.getDefaultInstance() to get the "default" instance, and then just call: RegExp.match(String,String).
 

Class Summary
AbstractRegExpWrapper  
ApacheRegExpWrapper  
GNURegExpWrapper The wrapper implementation for the GNU implementation of regular expression matching.
OroApacheRegExpWrapper The wrapper implementation for the Apache ORO implementation of regular expression matching.
RegExpFactory  
StandardJavaRegExpWrapper The wrapper implementation for the Java 1.4 regular expression matching (java.util.regex).
 



  Copyright © 2008 Gary Bentley. All Rights Reserved.