/** * */ package org.gcube.portlets.user.dataminermanager.shared; /** * * @author Giancarlo Panichi * email: g.panichi@isti.cnr.it * */ public class StringUtil { public static String getCapitalWords(String string) { String ris = ""; boolean precUnderscore = true; for (int i=0; i