Expresso 5-6

Uses of Class
com.jcorporate.expresso.ext.regexp.RESyntaxException

Packages that use RESyntaxException
com.jcorporate.expresso.ext.regexp Deprecated Regular Expression Package. 
 

Uses of RESyntaxException in com.jcorporate.expresso.ext.regexp
 

Methods in com.jcorporate.expresso.ext.regexp that throw RESyntaxException
 REProgram RECompiler.compile(String pattern)
          Deprecated. Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'.
 

Constructors in com.jcorporate.expresso.ext.regexp that throw RESyntaxException
RE(String pattern)
          Deprecated. Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
RE(String pattern, int matchFlags)
          Deprecated. Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.