You are viewing a single comment's thread. Return to all comments →
class MyRegex { String pattern = "^((25[0-5]|2[0-4]\d|1\d{2}|0\d{2}|\d{1,2})\.){3}" + "(25[0-5]|2[0-4]\d|1\d{2}|0\d{2}|\d{1,2})$"; }
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 →
class MyRegex { String pattern = "^((25[0-5]|2[0-4]\d|1\d{2}|0\d{2}|\d{1,2})\.){3}" + "(25[0-5]|2[0-4]\d|1\d{2}|0\d{2}|\d{1,2})$"; }