also: パタンマッチング
noun
pattern matching
Computing term for checking a sequence of tokens against a pattern, used in areas like string searching, compiler design, and AI.
このアルゴリズムは高速なパターンマッチングを実現する。
This algorithm achieves fast pattern matching.
正規表現を使ったパターンマッチングで文字列を検索する。
Search strings using pattern matching with regular expressions.