about | help | code help+videos | done | prefs |
Given a String, return true if it is a valid Class C IP Address. Class C IP Addresses are in the range of 192.168.0.0 to 192.168.255.255. regex_verify_classC_IPaddress("192.168.0.0") → true regex_verify_classC_IPaddress("192.168.0.01") → false regex_verify_classC_IPaddress("192.168.0.1") → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy