Summary:
Detail:
Replacer(String from, Object to)
Replacer(String from, String to)
Replacer(String from, Supplier<String> to)
String
getFrom()
getTo()
Supplier<String>
getToSupplier()
static Replacer
replacer(String from, Object to)
replacer(String from, String to)
replacer(String from, Supplier<String> to)
toString()
use(String str)
static String
use(String str, Replacer... r)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object