![JAR search and dependency download from the Maven repository](/logo.png)
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