|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |