AllMatch
例題
すべて開く すべて閉じる例 (4)
リストの全要素がパターンにマッチするかどうかをチェックする:
AllMatchの演算子形を使う:
スコープ (4)
特性と関係 (6)
AllMatch[list,form]はNoneMatch[list,Except[form]]に等しい:
AllMatch[list,form]は疎なベクトルに効果的に作用する:
AllMatch[list,form]は list の各部分を順にチェックし,form がマッチしなくなると停止する:
AllMatch[list,form]はAllTrue[list,MatchQ[form]]に等しい:
AllMatch[{e1,e2,…},form]はAnd[MatchQ[e1,form],MatchQ[e2,form],…]に等しい:
AllMatch[list,e1|e2|…]はContainsOnly[list,{e1,e2,…}]に等しい:
考えられる問題 (1)
連想については,AllMatchは値だけを検証する:
テキスト
Wolfram Research (2024), AllMatch, Wolfram言語関数, https://reference.wolfram.com/language/ref/AllMatch.html.
CMS
Wolfram Language. 2024. "AllMatch." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AllMatch.html.
APA
Wolfram Language. (2024). AllMatch. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AllMatch.html
BibTeX
@misc{reference.wolfram_2025_allmatch, author="Wolfram Research", title="{AllMatch}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/AllMatch.html}", note=[Accessed: 16-April-2026]}
BibLaTeX
@online{reference.wolfram_2025_allmatch, organization={Wolfram Research}, title={AllMatch}, year={2024}, url={https://reference.wolfram.com/language/ref/AllMatch.html}, note=[Accessed: 16-April-2026]}