From 8c71182f376f88df611ead6f7066b84fe71c19f8 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Tue, 19 Sep 2006 08:00:32 +0000 Subject: [PATCH] Added a short bit of blurb about the text package git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447776 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/userguide.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/userguide.xml b/xdocs/userguide.xml index 78bd96140..81c160f9b 100644 --- a/xdocs/userguide.xml +++ b/xdocs/userguide.xml @@ -220,7 +220,7 @@ public final class ColorEnum extends Enum { StrMatcher StrTokenizer --> -

The text package was added in Lang 2.2.

+

The text package was added in Lang 2.2. It provides, amongst other classes, a replacement for StringBuffer named StrBuilder, a class for substituting variables within a String named StrSubstitutor and a replacement for StringTokenizer named StrTokenizer. While somewhat ungainly, the Str prefix has been used to ensure we don't clash with any current or future standard Java classes.