Online text tools
Tool description
- Character & words counter: calculate the number of characters, words, lines and total text length
- lower case: convert text to lower case
- UPPER case: convert text to UPPER case
- camelCase: convert lines to camelCase style
- PascalCase: convert lines to PascalCase style
- snake_case: convert lines to snake_case style
- kebab-case: convert lines to kebab-case style
- Encode base64: encode text to base64
- Decode base64: decode text from base64
- htmlspecialchars: convert characters (&, ", ', <, >) to HTML entities
- Trim lines: strip whitespace (tab, new line and ordinary space) from the beginning and end of a lines
- Shuffle*: randomize the order of the lines
- Reverse text: reverse of text
- Reverse lines: reverse of lines
- Sort lines (ASC): sort lines in ascending order
- Sort lines (DESC): sort lines in descending order
- Remove numbers: remove numbers from text
- Remove letters: remove letters from text
- Remove special symbols: remove special symbols from text
- Remove spaces: remove spaces from text
- Remove line breaks: remove line breaks from text
- Remove duplicate lines: remove line duplicates
- Add prefix(A) & suffix(B) for lines: add a prefix from the (A) field and a suffix from the (B) field to each line
- Replace (A) to (B): replace in the text word or RegExp from the (A) field on the value from the (B) field