Doctrine\DBAL\Platforms\PostgreSqlPlatform::getRegexpExpression PHP Method

getRegexpExpression() public method

{@inheritDoc}
public getRegexpExpression ( )
    public function getRegexpExpression()
    {
        return 'SIMILAR TO';
    }
PostgreSqlPlatform