Mail Cleanser.

Discuss and share scripts and script files...
Post Reply
SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Mail Cleanser.

Post by SkyFrontier »

This one is aimed to get rid of any "me@myhouse.com" sequence, present in clipboard content. Job done, it'll pop a window with the output and get that info available in clipboard, too.
Secure your and your clients'/friend's privacy with XY!

Code: Select all

   $a = <clipboard>;
   status "Please wait: retrieving info...", BF0000, progress;
   $a = regexreplace($a, "(\w[-._\w]*\w@\w[-._\w]*\w\.\w{2,3})", "private mail");
   copytext $a;
   text $a;
   status "Info ready in clipboard, too!";
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

Post Reply