Skip to content

All caps words not getting capitalized #7

@Christilut

Description

@Christilut

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions