Class Inflector

java.lang.Object
net.thucydides.model.util.Inflector

public class Inflector extends Object
Transforms words to singular, plural, humanized (human readable), underscore, camel case, or ordinal form. This is inspired by the Inflector class in Ruby on Rails, which is distributed under the Rails license.
Author:
Randall Hauch