'); content += ('Quick and dirty'); content += ('
    '); content += ('
  1. Copy all text from any webpages, documents, files, etc...'); content += ('
  2. Paste it into Input Window.'); content += ('
  3. Click "Extract" button.'); content += ('
  4. Copy the result from Output Window to somewhere and save it.'); content += ('
  5. Click "Reset" button to start all over again.'); content += ('
'); content += ('

More Controls'); content += ('

    '); content += ('
  1. Click "Paste Input" link to paste any text you copied elsewhere into Input Window.'); content += ('
  2. Click "Copy Output" link to copy whatever text inside Output Window.'); content += ('
  3. Choose different separator from the dropdown menu or specify your own. Default is comma.'); content += ('
  4. You can group a number of emails together. Each group is separated by a new line. Please enter number only.'); content += ('
  5. Check "Sort Alphabetically" checkbox to arrange extracted emails well... alphabetically.'); content += ('
  6. You can extract emails containing only certain string (text). Useful if you only want to get email from a particular domain.'); content += ('
'); content += ('
'); content += ('
Hosted by www.Geocities.ws

'); var winl = (screen.width - imgwid) / 2; var wint = (screen.height - imghgt) / 2; helpwindow = window.open('','help','width=' + imgwid + ',height=' + imghgt + ',resizable=0,scrollbars=0,top=' + wint + ',left=' + winl + ',toolbar=0,location=0,directories=0,status=0,menubar=0,copyhistory=0'); helpwindow.document.write(content); helpwindow.document.close(); } function checksep(value){ if (value) document.extractor.sep.value = "other"; } function numonly(value){ if (isNaN(value)) { window.alert("Please enter a number or else \nleave blank for no grouping."); document.extractor.groupby.focus(); } } function findEmail() { var email = "No email address detected"; var a = 0; var ingroup = 0; var separator = document.extractor.sep.value; var string = document.extractor.string.value; var groupby = Math.round(document.extractor.groupby.value); if (separator == "new") separator = "\n"; if (separator == "other") separator = document.extractor.othersep.value; var rawemail = document.extractor.input.value.match(/([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9._-]+)/gi); var norepeat = new Array(); var filtermail = new Array(); if (rawemail) { if (string){ x = 0; for (var y=0; y= 0) { filtermail[x] = rawemail[y]; x++; } } rawemail = filtermail; } for (var i=0; i Email Extractor Lite 1.5
Email Extractor Lite 1.5
Input Window
Output Window
Separator:    Group: Emails   
Only extract email containing this string:
    Need help? Email count:

Hosted by www.Geocities.ws

1