package at.gv.egovernment.moa.id.configuration.helper; public class StringHelper { public static String formatText(String strGivenText) { StringBuffer sbFormattedText = new StringBuffer(strGivenText); for(int i=0; i