str.pos
対象文字列内で指定した文字列が先頭から何文字目にあるか数値で返します。見つからない場合はnaを返します。
定義
str.pos(source, text)
戻り値
int: 取得した位置
Notice: Undefined offset: 0 in /home/tradetech1/tradetech.online/public_html/wp-content/themes/swell/classes/Utility/Get.php on line 805
対象文字列内で指定した文字列が先頭から何文字目にあるか数値で返します。見つからない場合はnaを返します。
str.pos(source, text)
int: 取得した位置