# ExactMatch

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/smith/evaluation/config/RunEvalConfig/ExactMatch)

Configuration for an exact match string evaluator.

## Signature

```python
ExactMatch()
```

## Extends

- `SingleKeyEvalConfig`

## Properties

- `evaluator_type`
- `ignore_case`
- `ignore_punctuation`
- `ignore_numbers`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/42f8f79293cfb7589e5bc1d74a8ae4dfd0bf15e3/libs/langchain/langchain_classic/smith/evaluation/config.py#L223)