Check Regex Match
Check if a text matches a regular expression pattern.
Overview
Syntax
1. Option 1
the text is "{input}"
the regular expression is "{regex}"
if the text matches the regular expression then
{action}2. Option 2
the text is "{input}"
the regular expression is "{regex}"
if the text is matched by the regular expression then
{action}Data
Data Name
Can Be Renamed
Parameters
Parameter
Description
Examples
Required
Examples
1. Validate Username Format
Last updated
Was this helpful?

