dphfwzn8269 2017-04-04 16:09
浏览 13
已采纳

某些字符后如何大写字母? [关闭]

How can I modify a string in the following ways?

  • first character uppercase
  • first character after the hyphen uppercase
  • first character after the slash uppercase

Here are some examples:

$a = 'foo-bar';
echo $a; // FooBar
$a = 'my-class-name';
echo $a; // MyClassName
$a = 'my-directory/my-class-name';
echo $a; // MyDirectory/MyClassName
$a = 'my-directory/my/sub/directory/my-class-name';
echo $a; // MyDirectory/My/Sub/Directory/MyClassName
  • 写回答

1条回答 默认 最新

  • dqeq885710 2017-04-04 16:13
    关注

    For something like this you can use ucwords() and str_replace() e.g.

    echo str_replace('-', '', ucwords($a, '-\/'));
    

    The '-\/' basically means it will treat - and / as delimiters so it knows what to class as a new word.

    Hope this helps!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料