From: Rich Bowen Date: Tue, 28 Apr 2026 13:55:23 +0000 (+0000) Subject: Fix link to book recommendation. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e91a62138dff1f4b659b9b2add8d0f483f77c1ff;p=thirdparty%2Fapache%2Fhttpd.git Fix link to book recommendation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933423 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml index d45ac0afb8..46179d441b 100644 --- a/docs/manual/rewrite/intro.xml +++ b/docs/manual/rewrite/intro.xml @@ -79,8 +79,10 @@ to provide a detailed reference to regular expressions. For that, we recommend the PCRE man pages, the Perl regular expression man page, and Mastering -Regular Expressions, by Jeffrey Friedl.

+href="https://www.oreilly.com/library/view/mastering-regular-expressions/0596528124/">Mastering +Regular Expressions, by Jeffrey Friedl (the third edition is from +2006, but regular expression syntax is essentially unchanged, and this +remains the definitive reference on the subject).

In this document, we attempt to provide enough of a regex vocabulary to get you started, without being overwhelming, in the hope that