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

fr.vergne.parsing.samples.xml.layer.Blank Maven / Gradle / Ivy

The newest version!
package fr.vergne.parsing.samples.xml.layer;

import fr.vergne.parsing.layer.standard.Formula;

public class Blank extends Formula {

	public Blank() {
		super("\\s*");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy