is-valid-phone
checks if value is a valid phone
Overview
The is-valid-phone
action is part of the validate set in Rhyme. checks if value is a valid phone. checks if value is a valid phone
Category: Validate
Area: 🎨 UI & Presentation
Basic Usage
is-valid-phone "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
is-valid-phone "Example usage"
Example 2: With Variables
$my-variable: "some value"
is-valid-phone $my-variable
Tips
- This action is part of the validate set
- Common use case: Creating visual elements and layouts
Related Actions
Related actions from the validate set will be listed here.