[pcre-dev] minimum matching length

Inizio della pagina
Delete this message
Autore: Jack Bates
Data:  
To: pcre-dev
Oggetto: [pcre-dev] minimum matching length
Is is possible, using PCRE, to determine the minimum matching length of
an expression? For example:

* ^HTTP.* => 4
* ^(?:HTTP)?.+ => 1
* ^(?:HTTP)?.* => 0