GitHub

GitHub

Shivamsinghshamsher/text-case-converter

2 followers

A simple JavaScript-based text case converter that transforms input into multiple case formats using regex and DOM manipulation. - Shivamsinghshamsher/text-case-converter
GitHub gallery image
Free
Launch tags:Developer Tools•GitHub•Tech
Launch Team
AssemblyAI
AssemblyAI
Build voice AI apps with a single API
Promoted

What do you think? …

Shivam_Singh_Shamsher
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