例如,如果这是我的方程式字符串,
IF(AND(x>0,x<100),5,IF(AND(x>101,x<200),6,10))
我想要计算"IF("等式中的字符串的出现次数.
string groovy
groovy ×1
string ×1