Overview

Credits
Cost: 0.1 credits per runInputs
- 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)