From 89ec2c261ba1c422009734f8213da76486b0d15c Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 20 Dec 2017 16:56:09 +0000 Subject: [PATCH] Define delimiter, as per a complaint in the comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1818828 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 b8535a94df..9016fbd901 100644 --- a/docs/manual/mod/mod_substitute.xml +++ b/docs/manual/mod/mod_substitute.xml @@ -82,8 +82,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.50.1