Type: nodetool.text.ExtractRegex

Namespace: nodetool.text

Description

Extracts substrings matching regex groups from text. text, regex, extract

Use cases:
- Extracting structured data (e.g., dates, emails) from unstructured text
- Parsing specific patterns in log files or documents
- Isolating relevant information from complex text formats

Properties

Property Type Description Default
text str   ``
regex str   ``
dotall bool   false
ignorecase bool   false
multiline bool   false

Outputs

Output Type Description
output list[str]  

Browse other nodes in the nodetool.text namespace.