Hi,
I was told that there's formatter class that i can use in Java to replace certain character format in the string with a string, number, float...
but formatter class only does the standard, %f, %s, %d....
Can i add customer format to the formatter like %o, %i....

