Package | Description |
---|---|
com.caucho.quercus.lib.regexp |
Modifier and Type | Method and Description |
---|---|
static Eregi |
RegexpModule.createEregi(Env env,
Value value) |
static Eregi |
RegexpModule.createEregi(Value value) |
Modifier and Type | Method and Description |
---|---|
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.
|