str.contains
対象文字列に指定した文字列が含まれていればtrueを、そうでなければfalseを返します。
定義
str.contains(source, text)
戻り値
bool: 判定結果
Notice: Undefined offset: 0 in /home/tradetech1/tradetech.online/public_html/wp-content/themes/swell/classes/Utility/Get.php on line 805
対象文字列に指定した文字列が含まれていればtrueを、そうでなければfalseを返します。
str.contains(source, text)
bool: 判定結果