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

bot.model.query.Regex Maven / Gradle / Ivy

The newest version!
package bot.model.query;

/**
 * Created by Luca Mosetti on 2017
 * 

* REGEXes which Parsers and Builders have to use */ public interface Regex { String REGEX = "\n"; String TWO_DOTS = ":"; String COMMAND = "cmd"; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy