- adjustCasing(word, options?): string
Parameters
- word: string
Optional options: {
capitalizeEntireWord?: boolean;
capitalizeFirstLetterOnly?: boolean;
forceRestOfWordLowerCase?: boolean;
}Optional capitalizeEntireWord?: boolean
Optional capitalizeFirstLetterOnly?: boolean
Optional forceRestOfWordLowerCase?: boolean
Returns string
Utility method that will adjust the casing of a word based on the options provided. The options object can have two properties: