]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 5303: document regexp dialect (#2110)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Wed, 9 Jul 2025 16:01:14 +0000 (16:01 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 9 Jul 2025 16:10:24 +0000 (16:10 +0000)
commitc7358f4799c33db293cb6ab20e4064bcc9637865
treeefcf85c0bf5b243a79edf0fa36a108aab1e7598d
parent99fca3aa539098eca824018254b76835487012c4
Bug 5303: document regexp dialect (#2110)

Squid currently uses the GNU API providing regex_t and regcomp()
with POSIX.2 implementation expected.

Squid specifically uses/requires the REG_EXTENDED pattern
matching - which is commonly referred to as "POSIX extended
regex".
src/cf.data.pre