Middle column is plugin → lowercase
Right column is plugin → start case
There’s 2 bugs here (pardon me if it’s a feature)
First, when I tried to just use plugin → start case, I noticed that ALL CAPS words were not formatting properly. Meaning, ELTWINE should be Eltwine, but it comes out as ELTWINE instead.
So I did a workaround by having 2 plugins and that works.
Except for the 2nd bug at the last line. The periods disappeared from the rightmost column. Lowercase is fine though. I guess it treats the periods as indicators to start a new capital letter but I think if there’s no spacing between the letters and the periods, the periods shouldn’t function as a break. Ideally, I would like the final formatting to be Monster.com.sg Pte Ltd.
I think in some cases, people want to keep certain words as uppercase if your input is uppercase, say “LTD”. The code Glide wrote here seems to be using that approach.
The package is a bit more intelligent in terms of what words to capitalize and what not. They don’t capitalize words like “a”, “the”, “of” whilst the native start case does.