Text & Language
Clean, reshape and inspect text and prose.
10 live · 0 planned
- Change how text is capitalised1 CR credit per calloperationalSwitch between camelCase, snake_case, kebab-case, Title Case and sentence case without retyping anything.POST /v1/core/case-convert
- Replace text with a pattern1 CR credit per calloperationalPlain or regular-expression replacement across a whole document, with a preview of how many matches were found.POST /v1/core/find-replace
- Sort, dedupe or renumber lines1 CR credit per calloperationalThe things you would reach for a shell pipeline to do, on a block of text you already have.POST /v1/core/line-tools
- Generate placeholder text1 CR credit per calloperationalFiller text by words, sentences or paragraphs, for when the layout needs something in it.POST /v1/core/lorem-ipsum
- Turn a title into a URL slug1 CR credit per calloperationalAccents flattened, punctuation dropped, spaces hyphenated — the form a URL will accept without escaping.POST /v1/core/slugify
- Clean up messy text1 CR credit per calloperationalStrip out HTML tags, fix mismatched characters, and collapse runaway spacing — the three things that make copied text unusable.POST /v1/text-cleaner
- Compare two pieces of text1 CR credit per calloperationalSee exactly what changed between two versions, line by line, with additions and removals marked.POST /v1/core/text-diff
- Count what is in some text1 CR credit per calloperationalWords, characters, sentences, paragraphs and an estimated reading time, all at once.POST /v1/core/text-stats
- Rewrap text to a line width1 CR credit per calloperationalHard-wrap at a column for a plain-text email, or unwrap hard breaks back into flowing paragraphs.POST /v1/core/text-wrap
- Shorten text to a length1 CR credit per calloperationalCut to a length without slicing a word in half, with an ellipsis added where it makes sense.POST /v1/core/text-truncate