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