public class NormalizerBase extends Object
Constructor and Description |
---|
NormalizerBase() |
Modifier and Type | Method and Description |
---|---|
String |
normalizeName(String name)
This method formats a string such that the leading character of each
work is in a capital letter followed by lower-case letters.
|
String |
toLower(String value) |
String |
toUpper(String value) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.