Text Casing

With Segna, you can specify various text casing methods for your data by using our API. There are 5 case types available:

  • upper: Sets all text to uppercase.
  • lower: Sets all text to lowercase.
  • title: Sets the first character of each word to uppercase and the rest to lowercase.
  • capitalize: Sets the first character of the entire text to uppercase and the rest to lowercase.
  • swap: Swaps all uppercase characters to lowercase and all lowercase characters to uppercase.