Regex 如何使用正则表达式和记事本切割字符串++;

Regex 如何使用正则表达式和记事本切割字符串++;,regex,notepad++,Regex,Notepad++,我需要使用Notepad++使用正则表达式剪切文本文件中的字符串 我有这种类型的字符串:“您可以使用以下替换: Find What: (?<=/groups/)(\d+).*?" Replacement: $1/> 查找内容:(?你好,谢谢,我有“ Find: (?<=/groups/)(\d+).*?" Replace: $1/">

我需要使用Notepad++使用正则表达式剪切文本文件中的字符串


我有这种类型的字符串:
“您可以使用以下替换:

 Find What:   (?<=/groups/)(\d+).*?"
 Replacement:  $1/>
查找内容:(?你好,谢谢,我有“
Find:    (?<=/groups/)(\d+).*?"
Replace: $1/">