Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
チェックボックスのあるフォームがあります。stop_関連するチェックボックスには、パターンで始まりアンダースコアと数字で終わるID 属性があります。
stop_
それは例えば
stop_bla_4 stop_blu_4
だがしかし
stop_bla_5 stop_blz_5
グループ内のチェックボックスがどれもチェックされていないかどうかをテストするにはどうすればよいですか。
つまり、上記の例で で始まり、stop_で終わるもので_4、他のものは無視されます。
_4