![JAR search and dependency download from the Maven repository](/logo.png)
net.yadaframework.raw.YadaRegexReplacer Maven / Gradle / Ivy
package net.yadaframework.raw;
public interface YadaRegexReplacer {
/**
* Performs replacing of the source
* @param source
* @return the replaces source
*/
String apply(String source);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy