相关疑难解决方法(0)

Notepad ++非贪婪的正则表达式

Notepad ++是否支持非贪婪的正则表达式?

例如文字:

abcxadc
Run Code Online (Sandbox Code Playgroud)

我想用模式获取零件:

a.+c
Run Code Online (Sandbox Code Playgroud)

现在我得到整个字符串而不是2个部分.我试过用'?' 运营商但没有成功.

regex notepad++ regex-greedy

57
推荐指数
3
解决办法
3万
查看次数

标签 统计

notepad++ ×1

regex ×1

regex-greedy ×1