Exakat\Analyzer\Analyzer::isNotLowercase PHP Method

isNotLowercase() public method

public isNotLowercase ( $property = 'fullcode' )
    public function isNotLowercase($property = 'fullcode')
    {
        $this->addMethod('filter{it.get().value("' . $property . '") != it.get().value("' . $property . '").toLowerCase()}');
        return $this;
    }
Analyzer