Markdown to HTML
GitHub-flavoured markdown to clean HTML.
Never uploadedEvery case you actually need, including the programming ones.
Any format - camelCase, snake_case or plain prose.
Eleven options covering prose and code.
Converted as you type, in your browser.
Major words capitalised, minor ones like 'a', 'of' and 'the' left lowercase unless they start the string. That is the convention most style guides use, and it is what this applies.
Sentence case capitalises only the first letter of each sentence - the normal way you write prose. Title case capitalises most words and is for headings.
Different languages have different conventions: camelCase in JavaScript, snake_case in Python, PascalCase for classes, kebab-case in CSS and URLs, CONSTANT_CASE for constants.
Yes. It splits camelCase, snake_case and kebab-case into words before rebuilding, so you can convert between any two without an intermediate step.
Convert text between every case you are likely to need: UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and a couple of novelty ones. The input format is detected rather than assumed, so camelCase, snake_case and kebab-case are all split into words before being rebuilt - meaning you can go directly from any one to any other without an intermediate step. Title case follows the usual convention of leaving minor words like 'a', 'of' and 'the' lowercase unless they lead.
The last couple are from other categories - there are 81 tools here in total.
GitHub-flavoured markdown to clean HTML.
Never uploadedCompare two texts line by line.
Never uploadedWords, characters and reading time.
Never uploadedPlaceholder names for test data and mock-ups.
Never uploadedStrong random passwords, generated in your browser.
Never uploadedFormat, validate and minify JSON instantly.
Never uploaded