跳到主要內容

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 會搜尋第二個出現項目。

此頁面是否對您有幫助?

若您發現此頁面或其內容有任何問題——錯字、遺漏步驟或技術錯誤——請告知我們可以如何改善!