String Manipulation Toolkit
Pad, trim, repeat, replace, wrap, escape, and extract substrings — all in one place.
Acerca de esta herramienta
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.
Cómo 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.
Preguntas frecuentes
Convierta texto entre MAYÚSCULAS, minúsculas, Caso Título, camelCase, PascalCase, snake_case y kebab-case al instante.
Invierta texto, voltéelo al revés, ordene líneas, elimine duplicados, mezcle y más utilidades de texto.
Pruebe expresiones regulares con resaltado de coincidencias en tiempo real, grupos de captura y modo de reemplazo.
Codifica o decodifica en porcentaje URLs y parámetros de consulta — modos completo y de componente.