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

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

There is a newer version: 2.4
Show newest version
package fr.vergne.parsing.samples.xml.layer;

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

public class Blank extends Formula {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy