Jyxo\Input\Validator\Regex::getPattern PHP 메소드

getPattern() 공개 메소드

Returns the validation regular expression.
public getPattern ( ) : string
리턴 string
    public function getPattern() : string
    {
        return $this->pattern;
    }