Array in » 历史记录 » 版本 1
yangdefeng, 2022-06-15 14:36
1 | 1 | yangdefeng | h4. _*%{color:green}array_in%*_ |
---|---|---|---|
2 | |||
3 | 检测以"|"分隔的字符串,分隔后的单元列表中,是否包含指定字符串 |
||
4 | |||
5 | 标签:命令定义|array_in |
||
6 | |||
7 | *格式* |
||
8 | |命令名 |参数1 |参数2 | |
||
9 | |array_in|待检测字符串|待检测值| |
||
10 | |||
11 | *说明* |
||
12 | *参数1: 待检测字符串,以“|”分隔 |
||
13 | |||
14 | *参数2: 待检测值 |
||
15 | |||
16 | - |
||
17 | - |
||
18 | |||
19 | h4. _*%{color:deepSkyBlue}特戒引擎脚本示例%*_ |
||
20 | |||
21 | - |
||
22 | - |
||
23 | |||
24 | bq. [@main] |
||
25 | #act |
||
26 | [[mov]] [[基础变量|s0]] 22|abc|24|5 |
||
27 | |
||
28 | #if |
||
29 | *{color:green}array_in* [[<$str()>|<$str(s0)>]] 2 |
||
30 | #act |
||
31 | %{color:lightGrey};--print命令在控制台输出% |
||
32 | print 单元组中不包含2 |
||
33 | #elseAct |
||
34 | print 单元组中包含2 |