Type: nodetool.text.RegexValidate

Namespace: nodetool.text

Description

Check if text matches a regex pattern. regex, validate, check

Use cases:
- Validate input formats (email, phone, etc)
- Check text structure
- Filter text based on patterns

Properties

Property Type Description Default
text str Text to validate ``
pattern str Regular expression pattern ``

Outputs

Output Type Description
output bool  

Metadata

Browse other nodes in the nodetool.text namespace.