[pcre-dev] Checking the PCRE2 version not work as expected

Top Pagina
Delete this message
Auteur: ND
Datum:  
Aan: Pcre-dev
Onderwerp: [pcre-dev] Checking the PCRE2 version not work as expected

Hi!

pcretest listing:


PCRE2 version 10.31 2018-02-12
/(?(VERSION>=10.04)yes|no)/
yes
No match

/(?(VERSION>=10.4)yes|no)/
yes
No match


I expect match in both cases. If it shouldn't match then document please
this behaviour. Or point me please if this is already explaned in docs.