IS_IPV4
Checks if a text value is a valid IPV4 address.
Categories: IP Addresses, Text
Syntax
IS_IPV4(text)
Examples
Example 1
Input
1
{
2
"my_action": {
3
"message": "192.168.0.1"
4
}
5
}
Formula
IS_IPV4(my_action.message)
Output
true
Example 2
Input
1
{
2
"my_action": {
3
"message": "2001:0db8:85a3:0000:0000:8a2e:0370:7334"
4
}
5
}
Formula
IS_IPV4(my_action.message)
Output
false
Sample actions
Select an action to inspect
You can also click "Copy action" and paste them in your Tines story to see how they work.