noun
pattern matching; pattern match
Computing term for checking whether a string, data structure, or input conforms to a specified pattern.
このアルゴリズムはパターン一致を使って文字列を検索します。
This algorithm searches for strings using pattern matching.
正規表現によるパターン一致でデータを抽出する。
Extract data by pattern matching with regular expressions.