gpt4 book ai didi

regex - Ant正则表达式在if条件下进行比较

转载 作者:行者123 更新时间:2023-12-04 09:07:14 26 4
gpt4 key购买 nike

我有 str1="A sample string" .如果str1包含 sample ,我需要echo类似 match否则 not matching .我不熟悉 脚本。请帮我。

最佳答案

如果您使用的是较新的 Ant ,请尝试...
http://ant.apache.org/manual/Tasks/conditions.html

<condition property="legal-password">
<matches pattern="[1-9]" string="${user-input}"/>
</condition>
<fail message="Your password should at least contain one number"
unless="legal-password"/>

关于regex - Ant正则表达式在if条件下进行比较,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8640826/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com