String Manipulation Toolkit
Pad, trim, repeat, replace, wrap, escape, and extract substrings — all in one place.
Sobre esta ferramenta
A one-stop developer toolkit for common string operations that are easy to forget the exact syntax for. Each operation lives in its own mini-card with its own input and instant output. Pad strings left or right to a given length; trim whitespace from either or both ends; repeat a string N times; split on a delimiter and rejoin with a different one; replace the first or all occurrences with optional case-insensitive matching; truncate with a custom ellipsis; word-wrap at N characters; escape and unescape for JS string literals, JSON, regular expressions, SQL LIKE patterns, and HTML entities; count how many times a substring occurs; and extract substrings that appear before, after, or between two delimiter strings.
Como usar
- 1 Find the operation card you need — Pad, Trim, Repeat, Split/Join, Replace, Truncate, Word Wrap, Escape/Unescape, Count, or Extract.
- 2 Type your input string and set any parameters (length, pad character, delimiter, etc.).
- 3 The output updates instantly in the card's result box.
- 4 Click the copy icon next to any result to copy it to the clipboard.
- 5 Use the search box at the top to filter cards by operation name.
Perguntas frequentes
Converta texto entre MAIÚSCULAS, minúsculas, Título, camelCase, PascalCase, snake_case e kebab-case instantaneamente.
Inverta texto, vire de cabeça para baixo, ordene linhas, remova duplicatas, embaralhe e mais utilitários de texto.
Teste expressões regulares com destaque de correspondências em tempo real, grupos de captura e modo de substituição.
Codifique ou decodifique URLs e parâmetros de consulta — modos completo e de componente.