|
@@ -59,8 +59,8 @@ Use the regular expression with id myregexp. |
|
|
Apache Ant comes with |
|
|
Apache Ant comes with |
|
|
wrappers for |
|
|
wrappers for |
|
|
<a href="http://download.oracle.com/javase/6/docs/api/java/util/regex/package-summary.html" target="_top">the java.util.regex package</a>, |
|
|
<a href="http://download.oracle.com/javase/6/docs/api/java/util/regex/package-summary.html" target="_top">the java.util.regex package</a>, |
|
|
<a href="http://jakarta.apache.org/regexp/" target="_top">jakarta-regexp</a> |
|
|
|
|
|
and <a href="http://jakarta.apache.org/oro/" target="_top">jakarta-ORO</a>, |
|
|
|
|
|
|
|
|
<a href="http://attic.apache.org/projects/jakarta-regexp.html" target="_top">jakarta-regexp</a> |
|
|
|
|
|
and <a href="http://attic.apache.org/projects/jakarta-oro.html" target="_top">jakarta-ORO</a>, |
|
|
See <a href="../install.html#librarydependencies">installation dependencies</a> |
|
|
See <a href="../install.html#librarydependencies">installation dependencies</a> |
|
|
concerning the supporting libraries.</p> |
|
|
concerning the supporting libraries.</p> |
|
|
<p> |
|
|
<p> |
|
@@ -91,7 +91,9 @@ both Unix and Windows platforms before you rely on it. |
|
|
<li>JDK 1.4 uses '\n', '\r\n', '\u0085', '\u2028', '\u2029' as a default |
|
|
<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> |
|
|
but is configured in the wrapper to use only '\n' (UNIX_LINE)</li> |
|
|
</ul> |
|
|
</ul> |
|
|
<em>We <b>strongly</b> recommend that you use Jakarta Oro.</em> |
|
|
|
|
|
|
|
|
<em>We used to recommend that you use Jakarta ORO but since its |
|
|
|
|
|
development has been retired Java's built-in regex package is likely |
|
|
|
|
|
the best choice going forward.</em> |
|
|
</p> |
|
|
</p> |
|
|
<h3>Usage</h3> |
|
|
<h3>Usage</h3> |
|
|
The following tasks and types use the Regexp type : |
|
|
The following tasks and types use the Regexp type : |
|
|