Saturday, June 13, 2009

ToTitleCase.bsh

public String titleCase(String text) {
String[] strs = text.split("_");
StringBuffer st = new StringBuffer();
for(int ii = 0; ii < line =" textArea.getCaretLine();" text =" textArea.getLineText(line);">

No comments:

Post a Comment