🧲 文本提取Text Extractor
从一段文本中快速提取邮箱、网址、手机号、数字、IP、中文、英文、十六进制颜色、@提及、#话题标签,或用自定义正则匹配任意内容。Quickly pull emails, URLs, phones, numbers, IPs, Chinese, English, hex colors, @mentions, #hashtags, or anything via custom regex.
① 输入文本① Input
② 提取类型② Extract type
③ 提取结果③ Result
使用说明How to use
怎么用How to use
- 粘贴含目标信息的长文本Paste text containing what you want
- 选择提取类型:邮箱/网址/手机号/数字/IP 或自定义正则Pick type: email/URL/phone/number/IP or custom regex
- 查看提取出的清单Review the extracted list
示例:一段文本 → 抽出所有邮箱地址Example: A paragraph → all email addresses
全程在你的浏览器本地完成,文本不会上传服务器。Runs entirely in your browser; your text is never uploaded.
选择预设类型或「自定义正则」,结果会实时更新,每行一个匹配项。勾选「去重」可去掉重复项。常用于从日志、网页、通讯录中批量抽取邮箱或链接。Pick a preset or “Custom regex”; results update live, one match per line. “Unique” removes duplicates — handy for scraping emails or links from logs and pages.