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

Clean Email

Strip formatting from pasted email for clean plain text

Clean Data
Input187 chars
Output0 chars

Examples

Clean a shipping confirmation email for plain-text archiving

Usage
"<div style="font-family:Arial"><p>Hi John,</p><p>Your order ..." | html-to-text | strip-invisible | normalize-quotes | trim-lines | squeeze

Strip table formatting from a meeting agenda email

Usage
"<table><tr><td style="padding:10px"><b>Meeting Agenda</b></t..." | html-to-text | strip-invisible | normalize-quotes | trim-lines | squeeze

Convert a formatted job offer email to clean text for notes

Usage
"<p style="color:#333">Dear Applicant,</p><p>We’re pleased to..." | html-to-text | strip-invisible | normalize-quotes | trim-lines | squeeze