LetterCase

public enum LetterCase

An enum used to control the output of camelize as parameter

  • upper: Return the UppcaseCamelCase when specified
  • lower: Return the lowerCamelCase when specified