Package | Description |
---|---|
com.caucho.quercus.lib.i18n | |
com.caucho.quercus.lib.regexp |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
UnicodeEregi |
Modifier and Type | Method and Description |
---|---|
static UnicodeEreg |
RegexpModule.createUnicodeEreg(Env env,
StringValue pattern) |
static UnicodeEreg |
RegexpModule.createUnicodeEreg(Env env,
StringValue pattern,
java.lang.String encoding) |