Here are a few examples with incorrect output:
REMIX INTRO (Original Mix)
TEST STRING (Original Mix) (Feat. MC FOO)
VIBES! Feat. MC FOO
FOO! Feat. MC BAR
prologue the MAX (Original Mix)
Seems like maybe something like
if (string.toUpperCase() === string) {
string = string.toLowerCase();
}
needs to be added to the capitalize() function?
Happy to make a PR, just wanted to check if someone will merge it.
Here are a few examples with incorrect output:
Seems like maybe something like
needs to be added to the capitalize() function?
Happy to make a PR, just wanted to check if someone will merge it.