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

net.java.textilej.parser.markup.token.EntityReferenceReplacementToken Maven / Gradle / Ivy

The newest version!
package net.java.textilej.parser.markup.token;

import java.util.regex.Pattern;

public class EntityReferenceReplacementToken extends PatternEntityReferenceReplacementToken {

	public EntityReferenceReplacementToken(String token,String replacement) {
		super("("+Pattern.quote(token)+")",replacement);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy