Rexx - 查找



此方法用于搜索字符串中第一个出现的字符串。

语法

find(string, phrase)

参数

  • string - 需要搜索的字符串值。

  • phrase - 这是需要在字符串中搜索的值。

返回值

该方法返回字符串中 phrase 的第一个单词的单词编号。

示例

/* Main program */ 
options arexx_bifs 
say find(' Hello World ','World') 

运行以上程序后,我们将得到以下结果。

输出

2
rexx_regina.htm
广告