Dataczar
Browse helpers

text service

String helpers for slugify, diff, formatting, encoders, and cleanup. Browse the catalog below and pick the helpers that fit your workflow.

Grab your Dataczar API key

Every helper runs with the same simple API key. Sign in (or create a free Dataczar account) at Dataczar Connect to issue keys in seconds, then drop the key into any `ak=` parameter and start shipping.

Tip: reuse the same key across these helpers, or rotate keys per project from the Connect dashboard.

GETPOSTReturn a unified diff between two strings.

Provides a quick diff utility for comparing text snippets. Supports GET parameters or POST JSON.

View reference →

GETPOSTExtract email addresses from text.

Scans a body of text for RFC-like email addresses and optionally deduplicates them.

View reference →

GETPOSTExtract URLs from arbitrary text.

Uses a simple regex to pull out HTTP/HTTPS URLs and optionally deduplicate them.

View reference →

GETPOSTStrip HTML tags and return plain text.

Lightweight HTML-to-text converter using Python's built-in HTML parser.

View reference →

GETPOSTPretty-print JSON strings.

Parses JSON and returns a human-friendly indented string.

View reference →

GETPOSTConvert lightweight Markdown to HTML.

Supports headings (#), unordered lists (-,*,+), bold (**text**), italics (*text*), and links [text](url).

View reference →

GETPOSTRemove common stopwords from text.

Stopwords are the high-frequency filler words ("the", "is", "and", etc.) that seldom change the meaning of a sentence. This helper strips the English stopword list from any sentence or paragraph so you can prepare content for indexing, keyword extraction, or quick copy analysis while leaving punctuation and spacing untouched.

View reference →

GETPOSTConvert arbitrary text into a URL-safe slug.

Takes input text and produces a lowercase (optional) slug using the requested separator. Designed as a GET-first helper with universal dryrun support.

View reference →