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

__toString() public method

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