class Expression implements ValueInterface
Constants
TYPE_REGEX | |
TYPE_GLOB |
Methods
static Expression | create(string $expr) | |
__construct(string $expr) | ||
string | __toString() | |
string | render() Renders string representation of expression. | |
string | renderPattern() Renders string representation of pattern. | |
bool | isCaseSensitive() | |
int | getType() | |
ValueInterface | prepend(string $expr) | |
ValueInterface | append(string $expr) | |
bool | isRegex() | |
bool | isGlob() | |
Glob | getGlob() | |
Regex | getRegex() |
Details
static Expression create(string $expr)
__construct(string $expr)
string __toString()
string render()
Renders string representation of expression.
string renderPattern()
Renders string representation of pattern.
Please login to continue.