跳到主要内容

FindOneOf - 脚本和图表函数

FindOneOf() 用于搜索字符串,以便从一组提供的字符中找到任意字符出现的位置。The position of the first occurrence of any character from the search set is returned unless a third argument (with a value greater than 1) is supplied.如果未找到匹配值,则返回 0

语法:  

FindOneOf(text, char_set[, count])

返回数据类型: 整数

参数:  

参数
参数 说明
text 原始字符串。
char_set text 中搜索的字符集。
count 定义搜索哪一次出现的任何字符。例如,值为 2,则搜索第二次出现的。

本页面有帮助吗?

如果您发现此页面或其内容有任何问题 – 打字错误、遗漏步骤或技术错误 – 请告诉我们如何改进!