com.mageddo.commons.regex.Converter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-lang Show documentation
Show all versions of commons-lang Show documentation
A set of useful classes, evicting you repeating yourself, avoiding fatigue
The newest version!
package com.mageddo.commons.regex;
public interface Converter {
R convert(String str);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy