List of utility methods to do String Underscore
if (str == null) { return null; str = str.replace(" ", "_"); return str;