/** * */ package org.gcube.portlets.user.dataminermanager.shared; /** * @author ceras * */ public class StringUtil { public static String getCapitalWords(String string) { String ris = ""; boolean precUnderscore = true; for (int i=0; i