Autor: ND Fecha: A: Pcre-dev Asunto: Re: [pcre-dev] Some words about assertion docs
On 2019-06-19 20:00, Zoltán Herczeg wrote: >Assertions are like "if" statements in structured languages. A condition
> part of an "if" is never retried.
>
(?=x|y) looks much more ergonomical than (?:(?=x)|(?=y))