stevel 02/02/21 22:45:09
Modified: docs/manual/OptionalTasks replaceregexp.html
Log:
minor tweaking
Revision Changes Path
1.8 +3 -3 jakarta-ant/docs/manual/OptionalTasks/replaceregexp.html
Index: replaceregexp.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/replaceregexp.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- replaceregexp.html 19 Feb 2002 16:48:47 -0000 1.7
+++ replaceregexp.html 22 Feb 2002 06:45:09 -0000 1.8
@@ -27,15 +27,15 @@
There are cross-platform issues for matches related to line terminator.
For example if you use $ to anchor your regular expression on the end of a
line
the results might be very different depending on both your platform and the
regular
-expression library you use. It is 'highly recommended' to tests your pattern
on
-Unix and Windows platforms before you rely on it.
+expression library you use. It is 'highly recommended' that you test your
pattern on
+both Unix and Windows platforms before you rely on it.
<ul>
<li>Jakarta Oro defines a line terminator as '\n' and is consistent with
Perl.</li>
<li>Jakarta RegExp uses a system-dependant line terminator.</li>
<li>JDK 1.4 uses '\n', '\r\n', '\u0085', '\u2028', '\u2029' as a default
but is configured in the wrapper to use only '\n' (UNIX_LINE)</li>
</ul>
-It is <b>strongly</b> recommended to use Jakarta Oro.
+We <b>strongly</b> recommend that you use Jakarta Oro.
</i>
</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>