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

com.alogic.matcher.CommonMatcher Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.alogic.matcher;

/**
 * 通用匹配器
 *
 * @since 1.6.12.57 [20200103]
 */
public interface CommonMatcher {
    /**
     * 指定的数据字符串是否匹配
     * @param data 数据字符串
     * @return 是否匹配
     */
    boolean isMatch(String data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy