/ Published in: PHP
This helps you stip anything from title. This example is from Symfony homepage.
Expand |
Embed | Plain Text
public function getStrippedTitle() { // strip all non word chars // replace all white space sections with a dash // trim dashes return $result; }
You need to login to post a comment.
