interface RegexInterface (View source)

Methods

string
getFlags()

No description

string
getPattern()

No description

string
__toString()

Returns the string representation of this RegexInterface

Details

string getFlags()

No description

Return Value

string

Returns the RegexInterface's flags.

string getPattern()

No description

Return Value

string

Returns the RegexInterface's pattern.

string __toString()

Returns the string representation of this RegexInterface

Return Value

string