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

net.yadaframework.raw.YadaRegexReplacer Maven / Gradle / Ivy

There is a newer version: 0.7.7.R4
Show newest version
package net.yadaframework.raw;

public interface YadaRegexReplacer {
	
	/**
	 * Performs replacing of the source
	 * @param source
	 * @return the replaces source
	 */
	String apply(String source);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy