> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dibby.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Patterns Finder

> Identify patterns inside text, even if the text contains spelling mistakes

## Overview

<div align="center">
  <img src="https://mintcdn.com/dibby/pqX3-_kQLdN967hk/images/nodes/patterns-finder.png?fit=max&auto=format&n=pqX3-_kQLdN967hk&q=85&s=3b925a5a0dbafaf8c4f12fbb1488d60d" alt="Patterns finder node " width="420" height="639" data-path="images/nodes/patterns-finder.png" />
</div>

The **Patterns Finder** node uses fuzzy matching algorithms to identify patterns in text, even when there are spelling mistakes or variations. This is useful for finding matches in imperfect or user-generated text.

## Credits

**Cost:** 0.1 credits per run

## Inputs

* **text**: The text to search within
* **matches**: A list of patterns to search for, each containing:
  * **pattern**: The pattern to match
  * **tag**: A label/tag/attached information for this pattern

## Outputs

* **results**: An list of found matches, each containing:
  * **pattern**: The matched pattern
  * **tag**: The associated tag
  * **score**: A match score indicating match quality (From 0 to 1 - 0 being totally different and 1 being identic)
