lizzus Posted May 13, 2021 Share Posted May 13, 2021 I need to use ucwords and str_replace. I found str_replace function here: https://developers.whmcs.com/themes/functions/, but nothing for ucwords functions. My string is: Ucwords(str_replace('-', ' ', $sld)); 0 Quote Link to comment Share on other sites More sharing options...
lizzus Posted May 14, 2021 Author Share Posted May 14, 2021 solved myself: {ucwords($sld|replace:'-':' ')} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.