Notepad ++是否支持非贪婪的正则表达式?
例如文字:
abcxadc
我想用模式获取零件:
a.+c
现在我得到整个字符串而不是2个部分.我试过用'?' 运营商但没有成功.
regex notepad++ regex-greedy
notepad++ ×1
regex ×1
regex-greedy ×1