Enter or paste your data in the input fields above
Results update instantly - all processing in your browser
100% free with no signup or account required
工具网络
function initTool() {
document.getElementById('tool-app').innerHTML = '';
}
function doIt() {
var text = document.getElementById('inp').value;
var emails = text.match(/[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}/g) | [];
var urls = text.match(/https?:\\/\\/[^\\s<>"'(){}|\\^\\[\\]]+/g) | [];
var phones = text.match(/1[3-9]\\d{9}/g) | [];
var html = '';
if (emails.length) html += '