Menu

Text

String

Color

Search

Invalid
Capital Case
camelCase
CONSTANT_CASE
dot.case
Header-Case
kebab-case
lower case
PascalCase
path/case
slug
snake_case
UPPER CASE
Encode URI
Decode URI
Encode URI Component
Decode URI Component
Remove Diacritics

Capital Case

external link

The capital case tool capitalizes every first letter of a word

example

capital case string
Capital Case String

camelCase

external link

Also known as lowerCamelCase.

The camel case tool joins all the words and capitalizes the first letters of them, except the first one

example

camel case string
camelCaseString

CONSTANT_CASE

external link

Also known as SCREAMING_SNAKE_CASE.

The constant case tool capitalizes every letter of a string and joins them using underscores (_)

example

constant case string
CONSTANT_CASE_STRING

dot.case

external link

The dot case tool joins all words with dots (.)

example

dot case string
dot.case.string

Header-Case

external link

The header case tool capitalizes every word and joins them with dashes (-)

example

header case string
Header-Case-String

kebab-case

external link

Also known as param-case, hyphen-case, dash-case.

The kebab case tool joins all words with dashes (-)

example

kebab case string
kebab-case-string

lower case

external link

The lower case tool transforms every character to lower case

example

Lower Case STRING
lower case string

PascalCase

external link

Also known as UpperCamelCase.

The pascal case tool capitalizes every word and joins them

example

pascal case string
PascalCaseString

path/case

external link

The dot case tool joins all words with slashes (/)

example

path case string
path/case/string

slug

external link

Also known as slugify.

Slug is a human and search engine readable URL part of a website. This tool converts a string to its slug form

example

slug string ♥ is awesome!
slug-string-is-awesome

snake_case

external link

The snake case tool joins all words with underscores (_)

example

snake case string
snake_case_string

UPPER CASE

external link

The upper case tool transforms every character to upper case

example

upper case string
UPPER CASE STRING

Encode URI

external link

Encodes a text string as a valid Uniform Resource Identifier (URI)

example

https://foo.bar/ a file name.html
https://foo.bar/%20a%20file%20name.html

Decode URI

external link

Gets the unencoded version of an encoded Uniform Resource Identifier (URI)

example

https://foo.bar/%20a%20file%20name.html
https://foo.bar/ a file name.html

Encode URI Component

external link

Encodes a text string as a valid component of a Uniform Resource Identifier (URI)

example

https://foo.bar/ a file name.html
https%3A%2F%2Ffoo.bar%2F%20a%20file%20name.html

Decode URI Component

external link

Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI)

example

https%3A%2F%2Ffoo.bar%2F%20a%20file%20name.html
https://foo.bar/ a file name.html

Remove Diacritics

external link

Also known as Remove Accents, Normalize.

Removes diacritics and accents from given text

example

Áàâãä
Aaaaa