SEARCH
テキスト内で最初に文字列が見つかった位置を返します。
使用例
-
SEARCH("world", "Hello World") -
SEARCH("ello", "Hello yellow", 6)
構文
SEARCH ( search_for, text_to_search, [ starting_at ] )
-
search_for- text_to_search 内で探す文字列。 -
text_to_search- search_for の最初に現れる結果を検索するテキスト。 -
starting_at- 検索を開始する text_to_search 内の文字。デフォルトで 1 です。