Relax\Greppy\Pattern\Element\Metacharacter\Any::__toString PHP Method

__toString() public method

Gets the string representation of the element for usage inside patterns.
public __toString ( ) : string
return string
    public function __toString()
    {
        return ".";
    }