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