Text
- How I check Unicode code points when text looks weird
Unicode gives characters code points. Looking at those code points helps when text looks identical but behaves differently. The Text to Unicode tool helps with the mechanical part, but I still check the result before …
- How I compare two text blocks line by line
A text diff shows what changed between two blocks of text. It is useful for configs, logs, snippets, and documentation. The Text Diff tool helps me inspect the input and output without writing a one-off script first.
- How I convert lists without manually editing every line
Many small data tasks are just list shape problems: one item per line needs to become CSV, JSON, quoted strings, or an SQL IN list. The List Converter tool is useful because it lets me check the result in a small, …
- How I convert text case without manual renaming
Case conversion is useful when moving names between code styles, filenames, headings, and API fields. The Case Converter tool helps with the mechanical part, but I still check the result before using it somewhere real.
- How I count words, lines, and reading time before publishing
Text statistics help me understand the size of a post, message, or document before publishing it. The Text Statistics tool handles the repetitive part so I can focus on checking whether the result makes sense.
- How I create ASCII art text for terminal-friendly banners
ASCII art text can be useful for terminal banners, README sections, demos, or playful command-line output. The ASCII Text tool handles the repetitive part so I can focus on checking whether the result makes sense.
- How I format lines into commas, quotes, and SQL lists
A lot of cleanup work starts as one item per line and needs to become a comma-separated list, quoted list, JSON-ish array, or SQL IN clause. The Line Comma Formatter tool handles the repetitive part so I can focus on …
- How I format WhatsApp messages before sending them
WhatsApp supports simple text formatting, but it is easy to misplace the symbols in a longer message. The WhatsApp Message Formatter tool handles the repetitive part so I can focus on checking whether the result makes …
- How I mask part of a string before sharing it
String masking hides part of a value while keeping enough context to recognize it later. The String Obfuscator tool helps with the mechanical part, but I still check the result before using it somewhere real.
- How I pick and copy emoji without opening a chat app
An emoji picker is useful when I know the idea but not the exact character or keyboard shortcut. The Emoji Picker tool handles the repetitive part so I can focus on checking whether the result makes sense.