Initial commit
This commit is contained in:
15
references/pattern-functions.md
Normal file
15
references/pattern-functions.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Pattern-Based Functions (2025.23)
|
||||
|
||||
Source: `help-portal-9af108a1175845b2be00d49c92bd81ad.md`.
|
||||
|
||||
## Overview
|
||||
Pattern-based functions leverage ML to recognize text patterns and return structured outputs.
|
||||
|
||||
## Usage examples
|
||||
- Detect email, URL, phone patterns in text fields.
|
||||
- Validate or extract pattern matches for downstream logic.
|
||||
|
||||
## Notes
|
||||
- Use for user input validation and transformation.
|
||||
- Combine with error messaging when patterns are not matched.
|
||||
|
||||
Reference in New Issue
Block a user