AllMatch
AllMatch[expr,form,level]
レベル level の expr の各部分を検証する.
例題
すべて開くすべて閉じる例 (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,e1e2…]は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