Uses of Class
com.caucho.quercus.lib.regexp.UnicodeEreg

Packages that use UnicodeEreg
com.caucho.quercus.lib.i18n   
com.caucho.quercus.lib.regexp   
 

Uses of UnicodeEreg in com.caucho.quercus.lib.i18n
 

Methods in com.caucho.quercus.lib.i18n with parameters of type UnicodeEreg
static BooleanValue MbstringModule.mb_ereg_match(Env env, UnicodeEreg ereg, StringValue string, java.lang.String option)
          Returns true if pattern matches a part of string.
static Value MbstringModule.mb_ereg(Env env, UnicodeEreg ereg, StringValue string, ArrayValue regs)
          Multibyte version of ereg.
static Value MbstringModule.mb_split(Env env, UnicodeEreg ereg, StringValue string, long limit)
          Multibyte version of split.
 

Uses of UnicodeEreg in com.caucho.quercus.lib.regexp
 

Subclasses of UnicodeEreg in com.caucho.quercus.lib.regexp
 class UnicodeEregi
           
 

Methods in com.caucho.quercus.lib.regexp that return UnicodeEreg
static UnicodeEreg RegexpModule.createUnicodeEreg(Env env, StringValue pattern)
           
static UnicodeEreg RegexpModule.createUnicodeEreg(Env env, StringValue pattern, java.lang.String encoding)