The php method 'ucwords' should be added to Str facade. #46722
-
Like Str::ucfirst I think we should also add Str::ucWords as a substitute for php method ucwords. |
Beta Was this translation helpful? Give feedback.
Answered by
juse-less
Apr 8, 2023
Replies: 1 comment
-
There was a similar question a while ago, as well. But the gist is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was a similar question a while ago, as well.
See my answer here: #44268 (comment). 🙂
But the gist is
Str::title()
.