id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

tmhscs@gmail.com regex > regex_verify_classC_IPaddress
prev  |  next  |  chance

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)

public boolean regex_verify_classC_IPaddress(String text) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Post-solution available

Copyright Nick Parlante 2017 - privacy