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 know this is very complicated, but at least we can support a simplified version: lowercase all articles (a, an, the), coordinating conjunctions (and, or, but, …) and (short) prepositions (in, on, for, up, …). This should at least help with a decent amount of not grammar-focused computer science use cases
This is implemented and released in 2.0.4. Because this library is used internationally by a variety of languages, the user is required to pass in their own skipWord callback or regular expression that determines if a word should be skipped. See these test cases for an example.
I know this is very complicated, but at least we can support a simplified version:
lowercase all articles (a, an, the), coordinating conjunctions (and, or, but, …) and (short) prepositions (in, on, for, up, …).
This should at least help with a decent amount of not grammar-focused computer science use casesreference: https://titlecaseconverter.com/
The text was updated successfully, but these errors were encountered: