Back to overview

Text Format Converter

Put a list of words in the left textarea and copy the converted coordinates form the right textarea. You can change the format of the output format with some options.

Input

Paste a list of string separated by linebreaks in the left textarea.

Output

  • Uppercase CÔTE D’IVOIRE
  • Lowercase côte d’ivoire
  • Titlecase C Te D Ivoire
  • Camelcase cTeDIvoire
  • Kebabcase/Slugify/Classcase c-te-d-ivoire
  • Constantcase C_TE_D_IVOIRE
  • Dotcase c.te.d.ivoire
  • Pascalcase CTeDIvoire
  • Snakecase c_te_d_ivoire
  • Startcase Cote D Ivoire
  • SEO Title C te d Ivoire
  • Trim spaces lorem ipsum   dolor sit amet
  • Trim and multiple spaces lorem ipsum dolor sit amet
  • Escape Love & Peace
  • Deburr Cote d’Ivoire
  • Capitalize The lord of the rings
  • Double Côte d’Ivoire Côte d’Ivoire
See String-fn and lodash’s String functions for help. Use $value as placeholder for custom output.