validate
Provides essential validation functions for user input data. Check if email addresses and phone numbers meet standard formats before processing them in your application. These validation actions help ensure data quality by verifying common data types against expected patterns. Use these functions to validate form inputs, prevent errors from invalid data, and improve user experience with proper feedback.
Area: 🎨 UI & Presentation
Available Actions
This set contains 3 actions:
- ensure-email - ensure last input value is an email
- is-valid-email - checks if value is a valid email
- is-valid-phone - checks if value is a valid phone
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
ensure-email "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Creating visual elements and layouts
- Styling and theming your app
- Adding interactive UI components