Skip to content

Voca's title case function is capitalizing some words it shouldn'tย #51

@LandonSchropp

Description

@LandonSchropp

Expected behavior ๐Ÿ˜ธ

When title casing an abbreviation, Voca capitalizes some words it shouldn't, like to or a. I realize this can get pretty complicated or can vary between styles, but it seems to me that it still be helpful to have a function that followed the general rules.

voca.titleCase("bruce willis is a badass") // => "Bruce Willis is a Badass"

Actual behavior ๐Ÿ˜ฟ

Voca capitalizes those words.

voca.titleCase("bruce willis is a badass") // => 'Bruce Willis Is A Badass'

Steps to reproduce ๐Ÿ‘ท

Call the functions as described above.

Technical details: ๐Ÿ”ง

Browser/OS type: macOS 10.15.3
Node version: 13

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