I'm trying to replace dashes and the '.php' extension on a string, for example:
Original String:
my-awesome-link.php
Resulting String:
My Awesome Link
Any help greatly appreciated!
I'm trying to replace dashes and the '.php' extension on a string, for example:
Original String:
my-awesome-link.php
Resulting String:
My Awesome Link
Any help greatly appreciated!