robertgz / case-converter

Converts a line of text to multiple cases using React.js

Home Page:https://robertgz.github.io/case-converter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Case Converter

case-converter-screen-capture

Converts a line of text to multiple cases. Converted text can be copied to clipboard.

Shows the results of multiple conversion at the same time. Text is converted as it is typed or pasted without needing to click a conversion button.

Cases supperted

  • UPPER CASE
  • lower case
  • Start Case
  • Sentence case

Example

Text: Line of text to convert.

  • UPPER CASE: LINE OF TEXT TO CONVERT.
  • lower case: line of text to convert.
  • Start Case: Line Of Text To Convert.
  • Sentence case: Line of text to convert.

Usage

Run directly at: robertgz.github.io/case-converter

Uses

  • React.js library

About

Converts a line of text to multiple cases using React.js

https://robertgz.github.io/case-converter/


Languages

Language:JavaScript 78.8%Language:HTML 12.8%Language:Shell 4.7%Language:CSS 3.8%