ca.infoway.messagebuilder.j5goodies
Class CamelCaseUtil

Package class diagram package CamelCaseUtil
java.lang.Object
  extended by ca.infoway.messagebuilder.j5goodies.CamelCaseUtil

public class CamelCaseUtil
extends Object

A utility for working with camel-case strings.

Author:
Intelliware Development

Constructor Summary
CamelCaseUtil()
           
 
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
 

Constructor Detail

CamelCaseUtil

public CamelCaseUtil()
Method Detail

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.