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
Welcome to Voca's GitHub repo!
When title casing an abbreviation, I would expect the abbreviation to be preserved.
voca.titleCase("HTML is Awesome") // => "HTML is Awesome!" voca.titleCase("JS is Cool") // => "JS is Cool"
I expect Voca's titleCase function to respect all title rules. Maybe this warrants a separate function or an additional option?
titleCase
Instead, Voca converts these words
voca.titleCase("HTML is Awesome") // => "Html is Awesome!" voca.titleCase("JS is Cool") // => "Js is Cool"
Call the functions as described above.
Browser/OS type: macOS 10.15.3 Node version: 13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Welcome to Voca's GitHub repo!
Expected behavior 😸
When title casing an abbreviation, I would expect the abbreviation to be preserved.
I expect Voca's
titleCase
function to respect all title rules. Maybe this warrants a separate function or an additional option?Actual behavior 😿
Instead, Voca converts these words
Steps to reproduce 👷
Call the functions as described above.
Technical details: 🔧
Browser/OS type: macOS 10.15.3
Node version: 13
The text was updated successfully, but these errors were encountered: