Link to home
Create AccountLog in
Avatar of Mahesh
MaheshFlag for India

asked on

IPv4 Conversion for script

Hi,

I want to convert ipv4 subnet 10.229.90.0/24 to like this ^10\.229\.90\.([1-9]|[1-9][0-9]|1([0-9][0-9])|2([0-4][0-9]|5[0-4]))$

what this conversion cold

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Chris Millard
Chris Millard
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Kimputer
Kimputer

You can try this free online tool for it, except it's not based on the /xx format but on first and last IP. http://www.analyticsmarket.com/freetools/ipregex
Avatar of Mahesh

ASKER

Thanks to both for the help

Regards
Avatar of Mahesh

ASKER

Thanks.