jhm 2004/04/22 03:02:09 Modified: docs/manual/CoreTypes Tag: ANT_16_BRANCH filterchain.html Log: merge Revision Changes Path No revision No revision 1.13.2.6 +18 -28 ant/docs/manual/CoreTypes/filterchain.html Index: filterchain.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTypes/filterchain.html,v retrieving revision 1.13.2.5 retrieving revision 1.13.2.6 diff -u -r1.13.2.5 -r1.13.2.6 --- filterchain.html 9 Feb 2004 22:12:10 -0000 1.13.2.5 +++ filterchain.html 22 Apr 2004 10:02:09 -0000 1.13.2.6 @@ -324,8 +324,8 @@ Convenience method: <BLOCKQUOTE><PRE> <linecontains> - <contains value="foo"> - <contains value="bar"> + <contains value="foo"/> + <contains value="bar"/> </linecontains> </PRE></BLOCKQUOTE> @@ -334,19 +334,8 @@ Filter which includes only those lines that contain the user-specified regular expression matching strings. -<TABLE cellSpacing=0 cellPadding=2 border=1> - <TR> - <TD vAlign=top><B>Parameter Type</B></TD> - <TD vAlign=top><B>Parameter Value</B></TD> - <TD vAlign=top align="center"><B>Required</B></TD> - </TR> - <TR> - <TD vAlign=top>regexp</TD> - <TD vAlign=top align="center">Pattern of the substring to be searched for.</TD> - <TD vAlign=top align="center">Yes</TD> - </TR> -</TABLE> -<P> +See <a href="../CoreTypes/regexp.html">Regexp Type</a> for the description of the nested element regexp and of +the choice of regular expression implementation. <H4>Example:</H4> This will fetch all those lines that contain the pattern <code>foo</code> @@ -359,7 +348,7 @@ Convenience method: <BLOCKQUOTE><PRE> <linecontainsregexp> - <regexp pattern="foo*"> + <regexp pattern="foo*"/> </linecontainsregexp> </PRE></BLOCKQUOTE> @@ -587,9 +576,8 @@ <TD vAlign=top align="center"><B>Required</B></TD> </TR> <TR> - <TD vAlign=top>lines</TD> - <TD vAlign=top align="center">tablength - Defaults to "8"</TD> + <TD vAlign=top>tablength</TD> + <TD vAlign=top align="center">Defaults to "8"</TD> <TD vAlign=top align="center">No</TD> </TR> </TABLE> @@ -1113,10 +1101,12 @@ </PRE></BLOCKQUOTE> <p><b><em><a name="replaceregex">ReplaceRegex</a></em></b></p> -This string filter replaces regular expressions. See -<a href="../OptionalTasks/replaceregexp.html">ReplaceRegexp</a> -for an explanation on regular expressions. +This string filter replaces regular expressions. This filter may be used directly within a filterchain. +<p> + See <a href="../CoreTypes/regexp.html#implementation">Regexp Type</a> +concerning the choice of the implementation. +</p> <TABLE cellSpacing=0 cellPadding=2 border=1> <TR> @@ -1144,7 +1134,6 @@ <TD vAlign=top align="center">No</TD> </TR> </TABLE> - <H4>Examples:</H4> Replace all occurances of "hello" with "world", ignoring case. @@ -1159,11 +1148,12 @@ <p><b><em><a name="containsregex">ContainsRegex</a></em></b></p> This filters strings that match regular expressions. The filter may optionally replace the matched regular expression. -See -<a href="../OptionalTasks/replaceregexp.html">ReplaceRegexp</a> -for an explanation on regular expressions. This filter may be used directly within a filterchain. - +<p> +See +<a href="../CoreTypes/regexp.html#implementation">Regexp Type</a> +concerning the choice of regular expression implementation. +</p> <TABLE cellSpacing=0 cellPadding=2 border=1> <TR> <TD vAlign=top><B>Attribute</B></TD> @@ -1354,4 +1344,4 @@ <HR> <P align=center>Copyright © 2002-2004 The Apache Software Foundation. All rights -Reserved.</P></BODY></HTML> +Reserved.</P></BODY></HTML> \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]