You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of title case is not actual title case, in the sense that it simply capitalises each word. Notwithstanding the ability to set $ignore words, I think we could do better.
I have ported John Gruber's title casing script to PHP; would you accept a PR altering the toTitleCase method to use this technique?
The text was updated successfully, but these errors were encountered:
The current implementation of title case is not actual title case, in the sense that it simply capitalises each word. Notwithstanding the ability to set $ignore words, I think we could do better.
I have ported John Gruber's title casing script to PHP; would you accept a PR altering the
toTitleCase
method to use this technique?The text was updated successfully, but these errors were encountered: