Esempio n. 1
0
 /**
  * Sets the regular expression used to sanitize the slug
  *
  * @param string $regExp
  * @return \Cocur\Slugify\Slugify 
  * @static 
  */
 public static function setRegExp($regExp)
 {
     return \Cocur\Slugify\Slugify::setRegExp($regExp);
 }