SingleQautedString(), RemoveMeFunction(), Human-Friendly Dates, and More
by in Coded Smorgasbord on 2011-09-26"Following the code-as-a-commodity principle," writes Jan, "our management team not only sends large projects overseas, but goes with the lowest bidder."
/** * @param str The string which must put into 2 Signle Quat * @return The single quated String */ public String SingleQautedString(String str) { return "'" + str + "'"; }