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
I am looking for a package to intelligently transform sentences from title case to sentence case. I thought the title-case package would do it, but when I do this on a title cased string:
I am looking for a package to intelligently transform sentences from title case to sentence case. I thought the
title-case
package would do it, but when I do this on a title cased string:titleCase(string, {locale: 'en-US', sentenceCase: true})
It leaves the sentence exactly the same. Am I doing something wrong, or is this just not the package for me?
The text was updated successfully, but these errors were encountered: