$number = "00923005483426" ; //Use another number to test $pattern = "/^(\+|00)92\d{10}$/" ; $isOk = preg_match($pattern, ...
確定! 回上一頁