static String ReplaceSlashNToHtmlBreak(String Sentences) { String val = ""; val = Sentences.replaceAll("\n", "<br />"); return val; }