syannu
4/26/2017 - 4:04 AM

正規表現で前方一致

// matchでgx30が含まれるかどうか
if (gx_status.match(/gx30/)) {
    return true;
}