Str::ucwords Missing From Support File #44268
-
Hello Everyone! The Str support class located in the Illuminate\Support namespace provides numerous helpful functions for manipulating strings and making it easy to format them in any manner that suits your needs. The support class has various functions for modifying the capitalization of characters in the string including :
I haven't created a PR for a framework before, and wanted to touch base to see if there is a reason the function wasn't implemented or if it's proper to just create a branch and submit the PR? Thanks Folk! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I believe this is what |
Beta Was this translation helpful? Give feedback.
-
If am not mistaken, Example: |
Beta Was this translation helpful? Give feedback.
I believe this is what
Str::title()
does.