string render() Renders string representation of expression. Return Value string
bool isCaseSensitive() Returns value case sensitivity. Return Value bool
Regex removeOption(string $option) Parameters string $option Return Value Regex
string renderPattern() Renders string representation of pattern. Return Value string
bool hasEndJoker() Return Value bool
bool hasOption(string $option) Parameters string $option Return Value bool
bool hasStartJoker() Return Value bool
bool hasEndFlag() Return Value bool
bool hasStartFlag() Return Value bool
static Regex create(string $expr) Parameters string $expr Return Value Regex Exceptions InvalidArgumentException
Page 192 of 787