[pcre-dev] minimum matching length
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Philip Hazel at
2008-11-17 16:40
Author:
Jack Bates
Date:
2008-11-16 21:21
UTC
To:
pcre-dev
Subject:
[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