str.match
対象文字列が指定した正規表現とマッチしていればtrueを、そうでなければfalseを返します。
定義
str.match(source, regex)
戻り値
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.match(source, regex)
bool: 判定結果