Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
violinstrings: Static methods to manipulate strings
- Summary
- The ViolinStrings library provides a "Strings" class containing static methods
to manipulate string usually to be found in other common string classes like
those known from C++. You do not have to change your normal Java strings or
replace the Java String class with another class.
This version of ViolinStrings is an X11-relicensed version of the original code
by Michael Schmeling.
Changelog
- * Thu Sep 2 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> 0:1.0.2-2jpp
-
- Build with ant-1.6.2
- * Mon Nov 17 11:00:00 2003 Sebastiano Vigna <vigna{%}acm{*}org> 0:1.0.2-1jpp
-
- Fixed small bug
- * Mon Nov 17 11:00:00 2003 Sebastiano Vigna <vigna{%}acm{*}org> 0:1.0.1-1jpp
-
- First JPackage version