xtract.bot

Text transformation

Reshape strings the way every CMS, scraper, and content pipeline ends up doing manually. Slugify turns titles into URL-safe slugs (with deterministic transliteration for non-ASCII characters); the case converter cycles between camelCase, kebab-case, snake_case, PascalCase, Title Case, and screaming SNAKE_CASE; URL encode / decode roundtrips through `application/x-www-form-urlencoded`; and lorem-ipsum generates filler copy at word, sentence, or paragraph granularity. Each output is deterministic and cacheable.