ca.infoway.messagebuilder.j5goodies
Class CamelCaseUtil
java.lang.Object
ca.infoway.messagebuilder.j5goodies.CamelCaseUtil
public class CamelCaseUtil
- extends Object
A utility for working with camel-case strings.
- Author:
- Intelliware Development
Method Summary |
static String |
convertToWords(String camelCaseString)
Take a camel-cased string, and break out the individual words. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelCaseUtil
public CamelCaseUtil()
convertToWords
public static String convertToWords(String camelCaseString)
Take a camel-cased string, and break out the individual words.
- Parameters:
camelCaseString
- - the camel case string.
- Returns:
- - a string of whitespace-separated words.
Copyright © 2013. All Rights Reserved.