Discussion Thread
Data Extractor
Message Thread

Extract any data, including email addresses and URLs from your files and webpages.
Posted in the Data Extractor Forum.
Change the Rules
How do make a customized code to extract email addresses that are in this form?
javascript:sendemail('cubrivercarriageco','gmail.com')
Change the Rules
what would I change?
var objRE = /\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*/g;