From 27e9355d1b41c3b73ba51670487db4b75e54d9f5 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 20 Dec 2017 16:54:58 +0000 Subject: [PATCH] Define "delimiter", as per a complaint in the comments. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818827 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_substitute.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_substitute.xml b/docs/manual/mod/mod_substitute.xml index 81a709f00f..3a681abb31 100644 --- a/docs/manual/mod/mod_substitute.xml +++ b/docs/manual/mod/mod_substitute.xml @@ -81,8 +81,14 @@ +

The character which is used to separate (or "delimit") the + various parts of the substituion string is referred to as the + "delimiter", and it is most common to use a slash for this + purpose.

+

If either the pattern or the substitution contain a slash - character then an alternative delimiter should be used:

+ character then an alternative delimiter may be used to make the + directive more readable:

Example of using an alternate delimiter -- 2.40.0