Exakat\Analyzer\Type\Md5String::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('String')->regexIs('code', '^[\'\\"]?0[0-9A-Fa-f]{31}[\'\\"]?\\$');
        $this->prepareQuery();
    }
Md5String