Make first letter uppercase and the rest lowercase in a string

后端 未结 10 1931
醉梦人生
醉梦人生 2020-12-13 12:25

All, I\'m trying to insert a last name into a database. I\'d like the first letter to be capitalized for the name and if they have use two last names then capitalize the fir

10条回答
  •  不思量自难忘°
    2020-12-13 12:58

    I don't believe there will be one good answer that covers all scenarios for you. The PHP.net forum for ucwords has a fair amount of discussions but none seem to have an answer for all. I would recommend that you standardize either using uppercase or leaving the user's input alone.

提交回复
热议问题