All Downloads are FREE. Search and download functionalities are using the official Maven repository.

humanize.text.util.Replacer Maven / Gradle / Ivy

The newest version!
package humanize.text.util;


/**
 * Interface for text interpolation.
 * 
 */
public interface Replacer
{

    String replace(String replacement);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy