4

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)

nEAnnam
  • 1,246
  • 2
  • 16
  • 22

1 Answers1

1

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

Grigory
  • 1,911
  • 1
  • 16
  • 29