A simple JavaScript-based text case converter that transforms input into multiple case formats using regex and DOM manipulation. - Shivamsinghshamsher/text-case-converter
Replies
Best
Maker
š
Text Case Converter
A simple and interactive JavaScript-based text case converter that allows users to transform input text into multiple case formats such as UPPERCASE, lowercase, camelCase, PascalCase, snake_case, kebab-case, and Title Case.
This project is built using vanilla HTML, CSS, and JavaScript and is ideal for beginners learning DOM manipulation, events, and string processing with regex.
š Features
Convert text to:
UPPER CASE
lower case
camelCase
PascalCase
snake_case
kebab-case
Title Case
Real-time conversion on input change
Clean and user-friendly UI
Regex-based text splitting for accurate results
No external libraries required
Replies