Just took a look at the source for geronimo [apache j2ee thingy]. Yet another String library etc etc :)
http://cvs.apache.org/viewcvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/ So.... a source of input to lang methinks. And a nice document to the Geri chaps to let them know that all their stuff is in Lang. Summary so far: CloneableObject i like NullArgumentException we've talked about this UnreachableStatementException not convinced Strings yet-another-StringUtils EMPTY = "" NEWLINE = LINE_SEPARATOR A series of subst() methods. Akin to replace but with some odd variants. Range inner class. Basically just IntRange. Used in an odd rangeOf method. split, join, count, pad, compare, isEmpty, capitalize, trim(String[]) nthIndexOf [pretty sure we have this] toURL [booo] makeURLFromFileSpec [booo] and then in a sub-package platform: Constants [SystemUtils basically] Hen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
