Make exceptions for capitalizing the first letter of a string vector.

make_exceptions(word, replacement)

Arguments

replacement

The target string object that contains the target word.

pattern

The target word to avoid capitalization.

Value

The target string object in which the target word becomes lower cased.