Ruby -n, (削除) 54 (削除ここまで) 49(削除) 49 (削除ここまで) 47 bytes
p$_p !~/^[fgmryz]a|[ncks][erw]|[bjm][hir]|ep|la|te/
Try it online! - truthy Try it online! - truthy
Try it online! - falsy Try it online! - falsy
Thanks to Dingus for a byte saved and Value Ink for inspiring another -2.
Ruby -n, (削除) 54 (削除ここまで) 49 bytes
p$_!~/^[fgmryz]a|[ncks][erw]|[bjm][hir]|ep|la|te/
Thanks to Dingus for a byte saved.
Ruby, 54(削除) 54 (削除ここまで) 49 bytes
p p$_!~/^[fgmryz]a|[nst][ew]|[bjm][hir]|ep|la|[ck][er]^[fgmryz]a|[ncks][erw]|[bjm][hir]|ep|la|te/?0:1
Try it online! - truthy Try it online! - truthy
Try it online! - falsy Try it online! - falsy
Thanks to Dingus for a byte saved.