diff --git a/docs/manual/OptionalTasks/replaceregexp.html b/docs/manual/OptionalTasks/replaceregexp.html index c1e9e6ad9..19c6d3e53 100644 --- a/docs/manual/OptionalTasks/replaceregexp.html +++ b/docs/manual/OptionalTasks/replaceregexp.html @@ -27,15 +27,15 @@ but you will still need the library itself.

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. -It is strongly recommended to use Jakarta Oro. +We strongly recommend that you use Jakarta Oro.