RE: [lang] - Request to add a wrapper class for StringBuilder to handle the adding of suffixes and prefixes in output strings in certain cases.

2011-12-15 Thread Darryl Smith
stem.out.println(eb.append("Please specify the following arguments").append("Username").append("Cell").append("Email").toString()); } } Regards Darryl Smith From: Darryl Smith [mailto:darryl.sm...@vcontractor.co.za] Sent: 15 Decem

[lang] - Request to add a wrapper class for StringBuilder to handle the adding of suffixes and prefixes in output strings in certain cases.

2011-12-15 Thread Darryl Smith
The intended purpose is to be able to format Strings with text intermixed with variable String values that conform to correct punctuation. i.e. Building up the correct display String depending on which variables are correctly entered. "Please specify the following: " followed by a comma delimit