void main(String[] args) {
String ip = "255.249.249.256";
System.out.println(ip.matches("((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(.|$)){4}"));
}
}
Result:
true
"((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(.|$)){4}"
This bot is awesome😍
Обсуждают сегодня