git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@619738
13f79535-47bb-0310-9956-
ffa450edef68
and<br />
<br />
<code>'<var>string1</var> <var>string2</var>'</code> results in <code><var>string1</var> <var>string2</var></code>.</p></div>
+
+ <div class="note"><h3>Escaping slashes in regex strings</h3>
+ <p>All slashes which are not intended to act as delimiters in your regex must
+ be escaped. This is regardless of their meaning to the regex engine.</p>
+ </div>
+
+
</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="directive-section"><h2><a name="SSIEndTag" id="SSIEndTag">SSIEndTag</a> <a name="ssiendtag" id="ssiendtag">Directive</a></h2>
>string2</var>'</code> results in <code><var
>string1</var> <var>string2</var></code>.</p>
</example>
+
+ <note><title>Escaping slashes in regex strings</title>
+ <p>All slashes which are not intended to act as delimiters in your regex must
+ be escaped. This is regardless of their meaning to the regex engine.</p>
+ </note>
+
+
</section>
<directivesynopsis>