JFilterOutput::stringURLSafe
This method processes a string and replaces all accented UTF-8 characters by unaccented ASCII-7 "equivalents", whitespaces are replaced by hyphens and the string is lowercase.
Signature
public function stringURLSafe(string
$stringĀ )
Parameters
-
$string
- String to process
Returns
- string
- Processed string