// Nested quantifier tests verifying no stack overflow and correct semantics. // XPath examples: // 1. some $x in (1,2) satisfies every $y in (1,2) satisfies $x <= $y ...
Nesting quantifiers (for example, as the regular expression pattern (a*)* does) can increase the number of comparisons that the regular expression engine must perform, as an exponential function of ...