HHllshare

实验室工具

正则实验室

在本地测试表达式、查看捕获分组和替换结果,适合整理常用正则片段。

Flags

常用片段

Ada <ada@example.com> joined at 2026-06-13
Grace <grace.hopper@example.org> joined at 2026-06-14
bad-email@example is ignored

测试文本

121 字符 · 2 个匹配

匹配结果

Ada ada@example.com joined at 2026-06-13
Grace grace.hopper@example.org joined at 2026-06-14
bad-email@example is ignored

#1 · index 0

19 chars

Ada ada@example.com

$1: Ada

$2: ada@example.com

name: Ada

email: ada@example.com

#2 · index 41

30 chars

Grace grace.hopper@example.org

$1: Grace

$2: grace.hopper@example.org

name: Grace

email: grace.hopper@example.org

已复制到剪贴板