type: IPV4 - Support in stable version #191
anshulsrit
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I downloaded the stable version, in that i don't find the support for "type: ip" or "type: ipv4" or "type: ip_cidr" or "type: ipv4_cidr"
But in the latest master code, I can see it's present and Just added 5 months back.....
I am currently using the following "pattern:" to match the string for IPV4 address or IPV4 with CIDR
pattern: ((\b25[0-5]|\b2[0-4][0-9]|\b[01]?[0-9][0-9]?)(.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3})|(/(3[0-2]|1[0-9]|2[0-4]|[0-9]))
Beta Was this translation helpful? Give feedback.
All reactions