URL related functions (shortname, urlname, etc)
$name = 'This Page';
$urlname = urlname($name); //returns this-page
$shortname = shortname($name); //returns thispage
Equivalent of strtolower and replace all spaces with -
Strips all non alpha-numeric characters
Language | php |
Version | 0.0.0 |
Git URL | https://github.com/nullivex/func-url |
License | GPL-3.0 |
Description | URL related functions (shortname, urlname, etc) |
Keywords |