$regex
The$regex operator checks if the first string matches the regular expression pattern provided in the second string.
Input
- An array containing exactly two string values: the input string and the regex pattern
Output
trueif the first string matches the regex patternfalseotherwise
Examples
Matching Pattern
true
Non-matching Pattern
false
Field Value
true if the phone_number field matches the international phone number pattern, otherwise false
