Type: nodetool.list.FilterRegex
Namespace: nodetool.list
Description
Filters a list of strings using regular expressions. list, filter, regex, pattern, text
Use cases:
- Filter strings using complex patterns
- Extract strings matching specific formats (emails, dates, etc.)
- Advanced text pattern matching
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| values | List[str] |
[] |
|
| pattern | str |
The regular expression pattern to match against. | `` |
| full_match | bool |
Whether to match the entire string or find pattern anywhere in string | False |
Outputs
| Output | Type | Description |
|---|---|---|
| output | List[str] |
Metadata
Related Nodes
Browse other nodes in the nodetool.list namespace.