class Glob implements ValueInterface
Methods
__construct(string $pattern) | ||
string | render() Renders string representation of expression. | |
string | renderPattern() Renders string representation of pattern. | |
int | getType() Returns expression type. | |
bool | isCaseSensitive() Returns value case sensitivity. | |
ValueInterface | prepend(string $expr) | |
ValueInterface | append(string $expr) | |
bool | isExpandable() Tests if glob is expandable ("*.{a,b}" syntax). | |
Regex | toRegex(bool $strictLeadingDot = true, bool $strictWildcardSlash = true) |
Details
__construct(string $pattern)
string render()
Renders string representation of expression.
string renderPattern()
Renders string representation of pattern.
int getType()
Returns expression type.
bool isCaseSensitive()
Returns value case sensitivity.
ValueInterface prepend(string $expr)
ValueInterface append(string $expr)
bool isExpandable()
Tests if glob is expandable ("*.{a,b}" syntax).
Please login to continue.