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]  

Metadata

Browse other nodes in the nodetool.text namespace.