Package | Description |
---|---|
com.caucho.quercus.lib.regexp |
Modifier and Type | Class and Description |
---|---|
class |
Eregi |
class |
UnicodeEreg |
class |
UnicodeEregi |
Modifier and Type | Method and Description |
---|---|
static Ereg |
RegexpModule.createEreg(Env env,
Value value) |
static Ereg |
RegexpModule.createEreg(Value value) |
Modifier and Type | Method and Description |
---|---|
static Value |
RegexpModule.ereg(Env env,
Ereg regexp,
StringValue string,
Value regsV)
Returns the index of the first match.
|
static Value |
RegexpModule.eregImpl(Env env,
Ereg regexp,
StringValue string,
Value regsV)
Returns the index of the first match.
|
static Value |
RegexpModule.eregReplaceImpl(Env env,
Ereg regexp,
Value replacement,
StringValue subject,
boolean isCaseInsensitive)
Replaces values using regexps
|
static Value |
RegexpModule.split(Env env,
Ereg regexp,
StringValue string,
long limit)
Returns an array of strings produces from splitting the passed string
around the provided pattern.
|