SyntaxFix
Write A Post
Hire A Developer
Questions
String.format("%15s",s) // pads right String.format("%-15s",s) // pads left
Great summary here