List of utility methods to do String Copy
if (isEmpty(original)) return EMPTY; return new String(original.toCharArray());