💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# G.8 Containsregexp The `<containsregexp>` tag selects the files whose contents contain a match to the regular expression specified by the expression attribute. ``` <fileset dir="${src}" includes="*.txt"> <containsregexp expression="[4-6]\.[0-9]"/> </fileset> ``` Table G.8:聽 Attributes for the `<containsregexp>` selector NameDescriptionDefaultRequired`expression`Specifies the regular expression that must match true in every file.n/aYes`casesensitive`Perform a case sensitive match.`true`No`multiline`Perform a multi line match.`false`No