> > Thoughts? > > Is it really worth the trouble? If so, it may even be easier to write > a sprintf library from scratch and put it into jakarta commons. > > Stefan
For the sprintf/scanf the common-lang would be good. I think in org.apache.commons.lang.StringUtils. Sometimes I needed a sprintf, but I could replace that with other things. So I wouldn´t volunteer for an implementation :-) Jan