stevel 2002/06/23 12:47:34
Modified: docs/manual/OptionalTasks Tag: ANT_15_BRANCH
replaceregexp.html
Log:
HTML cleanup
Revision Changes Path
No revision
No revision
1.8.2.1 +4 -4 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.8
retrieving revision 1.8.2.1
diff -u -r1.8 -r1.8.2.1
--- replaceregexp.html 22 Feb 2002 06:45:09 -0000 1.8
+++ replaceregexp.html 23 Jun 2002 19:47:34 -0000 1.8.2.1
@@ -66,10 +66,10 @@
<td valign="top">flags</td>
<td valign="top">The flags to use when matching the regular expression.
For more
information, consult the Perl5 syntax<br />
- g --> Global replacement. Replace all occurences
found<br />
- i --> Case Insensitive. Do not consider case in the
match<br />
- m --> Multiline. Treat the string as multiple lines of
input, using "^" and "$" as the start or end of any line, respectively, rather
than start or end of string.<br />
- s --> Singleline. Treat the string as a single line of
input, using "." to match any character, including a newline, which normally,
it would not match.<br />
+ g : Global replacement. Replace all occurences
found<br />
+ i : Case Insensitive. Do not consider case in the
match<br />
+ m : Multiline. Treat the string as multiple lines of
input, using "^" and "$" as the start or end of any line, respectively, rather
than start or end of string.<br />
+ s : Singleline. Treat the string as a single line of
input, using "." to match any character, including a newline, which normally,
it would not match.<br />
<td valign="top" align="center">No</td>
</tr>
<tr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>