OFF-SHORE Staff Announcement:30% Bonus on ALL Wallet Deposit this week
For example, if you deposit $1000, your RTM Advertising Balance will be $1300 that can be used to purchase eligible products and service on forums or request withdrawal.
The limit deposit to get the 30% bonus is $10,000 for a $3000 Marketplace wallet balance Bonus.
Loop to search for emails in myObj.items[x].snippet.description at youtube api
--------------------------------------------------------------------------------------------------
Code:
for (x in myObj.items) {
var description = myObj.items[x].snippet.description;
var emailRegex = /[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/g;
var emails = description.match(emailRegex);
if (emails) {
for (var i = 0; i < emails.length; i++) {
document.write(emails[i] + '\n');
}
}
}
Upload your files at maximum speed! You can use this service to share your creations, use as a virtual backup and share your files with your friends! You can upload up to 10 GB files, for free!