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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('String')->hasNoOut('CONTAINS')->regexIs('noDelimiter', '\\\\\\\\' . '(\\\\d{4,}|[4-9]\\\\d{2,2}|3[89]\\\\d|37[89])')->back('first');
        $this->prepareQuery();
    }
OctalInString