You are viewing a single comment's thread. Return to all comments →
class MyRegex { private String patternFor256 = "([01]?[0-9][0-9]?|2[0-4][0-9]|25[0-5])"; public String pattern = String.format("%1$s.%1$s.%1$s.%1$s", patternFor256); }
Seems like cookies are disabled on this browser, please enable them to open this website
Java Regex
You are viewing a single comment's thread. Return to all comments →