We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At present hyphenated words such as 'up-to-date' would become 'Up-to-date'.
Allowing the option of treating hyphenated words as a individual words would be a nice feature:
s('up-to-date')->titleize(['to'], [' ', '-']);
Would return 'Up-to-Date'.
The text was updated successfully, but these errors were encountered:
@leigh-ols I added the feature in this fork, maybe you can take a look here: voku@84b6c1e#diff-81e55517d73634753e211bc2deebe9c0R4319
Sorry, something went wrong.
@voku Any chance of a pull request on this one? @danielstjules Would you be willing to implement this?
@leigh-ols, this repo seems abandoned since 2017... (#198)
No branches or pull requests
At present hyphenated words such as 'up-to-date' would become 'Up-to-date'.
Allowing the option of treating hyphenated words as a individual words would be a nice feature:
Would return 'Up-to-Date'.
The text was updated successfully, but these errors were encountered: