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

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