ip正则表达式

private static final String ipMatcher = "((([1-9]?|1\d)\d|2([0-4]\d|5[0-5]))\.){3}(([1-9]?|1\d)\d|2([0-4]\d|5[0-5]))";
原文地址:https://www.cnblogs.com/userrain/p/5772364.html