# 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/8fec4e7ceee2c368b068c49f9fed453276e210e7/libs/langchain/langchain_classic/smith/evaluation/config.py#L223)