pipr.tools
Pipes
Clean Email Strip formatting from pasted email for clean plain text Clean AI Output Clean plain text from ChatGPT or AI output Decode & Format JWT Decode a JWT and pretty-print header and payload Word Frequency Count word frequency in text

HTML to Plain Text

Plain text from HTML-encoded content

Clean Data
Input0 chars
Output0 chars

Examples

Decode HTML entities and strip tags from escaped content

Usage
"<div>Hello & welcome!</div>" | html-decode | html-to-text

Convert HTML-encoded product listing to plain text

Usage
"Price: <b>$29.99</b> — Save 20%! <a hre..." | html-decode | html-to-text

Clean HTML-encoded email content for a text preview

Usage
"<p>Dear customer,</p><p>Your order has shi..." | html-decode | html-to-text