| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Filter |
JFilterOutput |
stringURLSafe |
stringURLSafe() |
Never | Work in Progress |
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 lowercased.
string stringURLSafe ( $string, $input )
| $input | string | String to process |
| $string |
Example