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

Packages that use Eregi
com.caucho.quercus.lib.regexp   
 

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

Methods in com.caucho.quercus.lib.regexp that return Eregi
static Eregi RegexpModule.createEregi(Env env, Value value)
           
static Eregi RegexpModule.createEregi(Value value)
           
 

Methods in com.caucho.quercus.lib.regexp with parameters of type Eregi
static Value RegexpModule.eregi(Env env, Eregi regexp, StringValue string, Value regsV)
          Returns the index of the first match.
static Value RegexpModule.spliti(Env env, Eregi regexp, StringValue string, long limit)
          Returns an array of strings produces from splitting the passed string around the provided pattern.