Jaybizzle\CrawlerDetect\CrawlerDetect::getExclusions PHP Method

getExclusions() public method

Build the replacement regex.
public getExclusions ( ) : string
return string
    public function getExclusions()
    {
        return '(' . implode('|', $this->exclusions->getAll()) . ')';
    }