Hi,
I`m trying to set validation for IP Address field, using IsMatch condition but was not able to get the exact output.
looking to validate the IP Address with CIDR like this format IP1/x,IP2/x,IP3/x
example : 172.0.2.1/32,157.123.34.3/24,10.23.2.1/24 etc
allow digit can be anything from 0 -255, i`m unable to do this. can someone here can help on this with IsMatch condition.
Thanks for help
Thanks a Lot. it did worked
Hi @venuvv,
Please add a Label and set the Text property as below:
IsMatch(TextInput10.Text, "\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\/\d|3[0-2]")
WarrenBelz
146,658
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional