You are viewing a single comment's thread. Return to all comments →
class MyRegex { public String pattern = String.format("^%1$s\\.%1$s\\.%1$s\\.%1$s$", "((\\d{1,2})|((0|1)\\d{2})|(2[0-4]\\d|25[0-5]))"); }
Seems like cookies are disabled on this browser, please enable them to open this website
An unexpected error occurred. Please try reloading the page. If problem persists, please contact support@hackerrank.com
Java Regex
You are viewing a single comment's thread. Return to all comments →