| java.lang.Object org.acm.seguin.pretty.ai.ParseVariableName
ParseVariableName | public class ParseVariableName (Code) | | Parses a variable name into different words
author: Chris Seguin |
Method Summary | |
public String | parse(String value) This breaks words around capitalization except when there are
capitalization occurs two or more times in a row. |
parse | public String parse(String value)(Code) | | This breaks words around capitalization except when there are
capitalization occurs two or more times in a row.
Parameters: value - the string to break the broken string |
|
|