org.josql.functions.regexp
Interface RegExp

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

public interface RegExp

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


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

Method Detail

match

boolean match(String pattern,
              String val)
              throws QueryExecutionException
Throws:
QueryExecutionException

init

void init()
          throws QueryExecutionException
Throws:
QueryExecutionException


  Copyright © 2008 Gary Bentley. All Rights Reserved.