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

org.cthul.strings.format.MatcherAPI Maven / Gradle / Ivy

Go to download

Functions for converting strings from and to various formats, such as roman numbers, alpha indices, Java identifiers, and format strings.

The newest version!
package org.cthul.strings.format;

/**
 *
 * @author Arian Treffer
 */
public interface MatcherAPI {
    
    void apply(PatternData data, int caputingBase);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy