Function normalize
Normalizes the input provided and returns the normalized string.
Note: Calls to this function are forwarded to Helpers::normalize().
Parameters summary
string |
$str |
The string to normalize. |
string |
$separator = '-' |
Whitespaces replacement. |
string |
$charset = CHARSET |
The charset of the input string, defaults to Brickrouge\CHARSET (utf-8). |
Return value summary
string
|