Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.josql.functions.regexp
Interface RegExp  view RegExp download RegExp.java

All Known Implementing Classes:
ApacheRegExpWrapper, GNURegExpWrapper, OroApacheRegExpWrapper, StandardJavaRegExpWrapper

public interface RegExp

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

Last Modified By: $Author: barrygently $
Last Modified On: $Date: 2005/01/07 17:10:41 $
Current Revision: $Revision: 1.1 $


Method Summary
 void init()
           
 boolean match(java.lang.String pattern, java.lang.String val)
           
 

Method Detail

match

public boolean match(java.lang.String pattern,
                     java.lang.String val)
              throws org.josql.QueryExecutionException

init

public void init()
          throws org.josql.QueryExecutionException