标题不符合正则表达式且标题符合正则表达式 * NOT (title REGEXP ‘政府补助‘ AND title NOT REGEXP ‘公告$‘) 忘是亡心i 2022-12-22 14:26 72阅读 0赞 # 标题,正则匹配标题 ,正则不匹配标题 同时满足 # # 主要要求是: \* 标题不符合正则表达式或标题符合正则表达式 \* NOT (title REGEXP '政府补助' AND title NOT REGEXP '公告$') # import com.googlecode.aviator.AviatorEvaluator; import com.googlecode.aviator.Expression; import com.googlecode.aviator.runtime.function.AbstractFunction; import com.googlecode.aviator.runtime.function.FunctionUtils; import com.googlecode.aviator.runtime.type.AviatorBoolean; import com.googlecode.aviator.runtime.type.AviatorObject; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; /******************************************** * 模块名称: 主要功能是做正则表达式的一对一的表达式过滤功能,"patternoneunone('机电之家','Code','#常量池编码#')"; * 功能说明: patternonetoone('正则匹配的标题','正则匹配的标题','!(非)正则匹配的标题') * 开发人员: * 开发时间:2020/11/17 15:42 * v1.0.0.0 2020/11/17-01 *******************************************/ public
还没有评论,来说两句吧...