Function slugize
Converts a string into a slug.
A slug is the part of a URL which identifies a page using human-readable keywords. It is common practice to make the slug all lowercase, accented characters are usually replaced by letters from the English alphabet, punctuation marks are generally removed, and long page titles may also be truncated to keep the final URL to a reasonable length.
Namespace: Icybee\Modules\Nodes
See: http://en.wikipedia.org/wiki/Clean_URL
Located at vendor/icanboogie-modules/nodes/helpers.php
See: http://en.wikipedia.org/wiki/Clean_URL
Located at vendor/icanboogie-modules/nodes/helpers.php
Parameters summary
string |
$str |
The string to convert into a slug. |
string |
$language = null |
The language of the string. |
Return value summary
string
|