Author: pmouawad
Date: Tue Mar 12 22:31:48 2013
New Revision: 1455736
URL: http://svn.apache.org/r1455736
Log:
fixed typo in doc
Modified:
jmeter/trunk/xdocs/usermanual/regular_expressions.xml
Modified: jmeter/trunk/xdocs/usermanual/regular_expressions.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/regular_expressions.xml?rev=1455736&r1=1455735&r2=1455736&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/regular_expressions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/regular_expressions.xml Tue Mar 12 22:31:48 2013
@@ -70,7 +70,7 @@ Note: unlike Perl, there is no need to (
<p>
So how does one use the modifiers ismx etc if there is no trailing /?
The solution is to use <i>extended regular expressions</i>, i.e. /abc/i becomes
(?i)abc.
-See also <a href="placement">Placement of modifiers</a> below.
+See also <a href="#placement">Placement of modifiers</a> below.
</p>
</subsection>
<subsection name="§-num;.2 Examples" anchor="examples">
|