1. Masking Customer Data in Support Logs
Customer Support ManagerBackground
A support team needs to share logs with developers without exposing customer personal information.
Problem
Logs contain phone numbers and emails that must be hidden to comply with privacy policies.
How to use
Paste the log text into the input field, ensure maskPhone and maskEmail are checked, and set preserveDigits to 2.
Outcome
The output text has phone numbers and emails masked, showing only the first and last two digits, safe for sharing.