<?php $re = "/192\.168\.0\..{1,3}/"; $str = "192.168.0.2000"; preg_match($re, $str, $matches); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.