SyntaxFix
Write A Post
Hire A Developer
Questions
To improve performance you could have a single predefined sting if you know the max length like:
String template = "####################################";
And then simply perform a substring once you know the length.