Ouzo\Db\Dialect\Sqlite3Dialect::regexpMatcher PHP Method

regexpMatcher() public method

public regexpMatcher ( )
    public function regexpMatcher()
    {
        //needs package sqlite3-pcre to work correctly
        return 'REGEXP';
    }