Split
Split text into multiple parts using a separator
Encode or decode text using ROT13 cipher.
ROT13 (rotate by 13 places) is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. ROT13 is a special case of the Caesar cipher which was developed in ancient Rome. Because there are 26 letters in the English alphabet, ROT13 is its own inverse; that is, to undo ROT13, the same algorithm is applied, so the same action can be used for encoding and decoding.
Encode a secret message using ROT13.
ROT13 is its own inverse, so encoding also decodes.
Apply ROT13 to a complete sentence.
Split text into multiple parts using a separator
Join text elements with a specified separator
Quickly delete all repeated lines from text
Quickly encode text to morse
Quickly replace text in your content
Repeat text multiple times
Truncate text to a specified length
Reverse any text character by character
Randomize the case of letters in text
Convert text to uppercase
Extract a portion of text between specified positions
Create text that reads the same forward and backward
Check if text reads the same forward and backward
Add quotes around text with various styles
Shift characters in text by position.
Encode or decode data using Base64.
Get statistics about your text
Quickly mask bad words or replace them with alternative words.
Generate secure random passwords with custom options
Quickly URL-escape a string.
Quickly URL-unescape a string.
Encode or decode text using Unicode escape sequences.
Find hidden Unicode characters in text