vdoclet.util
Class StringUtils

java.lang.Object
  |
  +--vdoclet.util.StringUtils

public class StringUtils
extends Object


Constructor Summary
StringUtils()
           
 
Method Summary
static String capitalise(String s)
          Capitalise a String
static String stripPrefix(String prefix, String name)
          Strip a prefix from a name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

capitalise

public static String capitalise(String s)
Capitalise a String


stripPrefix

public static String stripPrefix(String prefix,
                                 String name)
Strip a prefix from a name

Parameters:
prefix - the prefix to expect
name - the prefixed name
Returns:
the name minus the prefix, with the first character downcased