Tools for text processing and formatting.
Encode text to Base64 or decode Base64 to text for safe transmission.
Encode HTML to entities or decode HTML entities for safe display.
Count words, characters, sentences & paragraphs. Analyze readability.
Find & replace text patterns with regex support & case sensitivity.
Convert escaped JSON strings back to readable format with unescape sequences.
Convert JSON objects or text to escaped string format for embedding in code.
Format & beautify HTML code with customizable indentation levels.
Join multiple text pieces with various separators & formatting options.
Format, validate & compare JSON objects with difference highlighting.
Generate placeholder text, usernames, emails & sample data for testing.
Split text using characters, regex, fixed lengths, or equal parts.
Left-pad text or each line to a specified length with any character.
Right-pad text or each line to a specified length with any character.
Generate UUIDs in batches. Supports v1 (time-based) and v4 (random).