devtools

Text Tools

Text is the universal interface, and wrangling it is half of everyday development: comparing two versions to see what changed, counting words and characters against a limit, sorting and de-duplicating a list, or converting an identifier between camelCase, snake_case, and kebab-case. These tools handle the details that trip up naive approaches — Unicode-aware character counting so an emoji counts as one, locale- and number-aware sorting so “10” lands after “9”, and word-boundary detection that splits acronyms sensibly. They run instantly in your browser on text of any size, with nothing sent anywhere, so pasting a whole document or a block of production logs is perfectly safe.