有关回溯控制动词的信息
我一直在搜索有关这个动词的信息, 没有太多关于这方面的信息,我只找到了这样的信息 Wikipedia 但与动词无关,他们刚刚提到。 我用谷歌搜索了一下,但没那么幸运, 我刚刚从这里找到了应用它的例子(堆栈溢出)。 但没有解释。
我想知道它们是否可用于 PCRE, 因为我使用 PHP,并且我看到了一个关于此的示例,但我不知道。 我想知道是否存在信息、动词列表等, 谢谢
示例(*任何)(*失败)
I been searching info about this verbs,
There is not much info about that, i only found info like this Wikipedia but is not about the verbs, they just mentioned.
I googled it, but not so lucky,
i just found examples from here(stack overflow) applying it.
But is not exaplained.
I wanna know if they are available for PCRE,
cuz i use PHP and i saw one example about this but i dont know about it.
I wanna know if exist info, a list o verbs, etc,
thank you
Examples (*ANY)(*FAIL)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看此处和此处。
直接改变回溯的两个结构是原子群和占有(超贪婪)量词。
PS抱歉,如果我误解了这个问题
You can look here and here.
The two constructs that directly change backtracking are Atomic group and Posessive(super greedy) quantifier.
P.S. Sorry if i misunderstood the question