Function slugize
Creates a string suitable for an URL path.
To create the _slug_, stop words are removed with the Icybee\strip_stopwords()
then the string is normalized with ICanBoogie\normalize()
and limited to
80 characters.
Parameters summary
string |
$str |
TODO-20130128: Add a locale_id param so that a localized dictionnary is used to strip stop words. |
Return value summary
string
|