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

Trim & Clean

Clean text with no extra whitespace

Clean Data
Input38 chars
Output0 chars

Examples

Clean whitespace from text copied from a PDF

Usage
"  hello  

  world  


  foo  
  bar  " | trim-lines | squeeze

Trim pasted form field values for a database import

Usage
"  Name: Alice  

  Role: Engineer  


  Team: Platform  " | trim-lines | squeeze

Remove extra whitespace from OCR-scanned text

Usage
"  Line 1  
  
  Line 2  



  Line 3  
  Line 4  " | trim-lines | squeeze