![]() |
|
Version: 0.27 - Last update: 2004-05-30 | Home Page - SourceForge Project Page - Contact |
Jodd Overview News Download License References Development Using Jodd Javadoc JUnit report Community Contribute Report a bug More reading Milestone 0.30 ![]() ![]() |
Format.sprintf()Who remembers C and sprintf()? It would be great to have something like sprintf() in Java. Jodd providesFormat.sprintf() that works similary to standard C function sprintf().
It seems it works faster and it is easier to use than similar Sun solution.Bellow are just few usage examples:
More examples can be found in Junit tests. |