Author: sebb
Date: Tue Mar 18 12:37:02 2008
New Revision: 638528
URL: http://svn.apache.org/viewvc?rev=638528&view=rev
Log:
ORO does not support \Q and \E
Modified:
jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml
Modified: jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml?rev=638528&r1=638527&r2=638528&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml Tue Mar 18
12:37:02 2008
@@ -164,6 +164,8 @@
<li>| - alternatives</li>
<li>^ $ - start and end of string or line</li>
</ul>
+<p>Please note that ORO does not support the \Q and \E meta-characters.
+[In other RE engines, these can be used to quote a portion of an RE so that
the meta-characters stand for themselves.]</p>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]