Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 887 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 887 Bytes

String Manipulation

This toolset helps you to manipulate, convert, correct a text. You can play with your text and style them. It can be applied to the string arrays too. Here is a live demo and features that is ready to use!

  • Case
    • Upper case
    • Lower case
    • Title case
    • Sentence case
    • Invert case
  • Point to comma
  • Comma to point
  • Remove numbers
  • Remove non-numbers
  • Remove spaces
  • Reverse text
  • Remove duplicate words (divided by comma)
  • Remove duplicate lines
  • One line to multiline
  • Multiple lines to single line
  • Single line to multiple lines

Tech

  • React

Quick Start 🚀

yarn
yarn start

Check in browser on http://localhost:3000/

App Info

Author

Fatih Bulut (@bulutfatih)

License

This project is licensed under the MIT License