🔍 Regex Replacer / 正则批量替换

Powerful regular expression find and replace tool / 强大的正则表达式查找替换工具

Pattern Settings / 模式设置

💡 Replace Patterns / 替换模式:

  • $& - 插入匹配的子串
  • $` - 插入匹配前的字符串
  • $' - 插入匹配后的字符串
  • $n - 插入第n个捕获组

Input / 输入

Output / 输出