preg_replace ('/s/', '?', $cat_name);
- by Sgr
Hi, how can change only the last letter of any word of a string with regular expressions?
I use mb_strtolower() for change strings from upper to lower in Greek language and I have problem with final 's'.