Verify that the URL is valid

Source: Internet
Author: User
Transferred from the Internet, relatively complete, without publicfunctionisValidUrl () {$ patern ^ http [s]? :. ([0-9] {1, 3 }.) {3} [0-9] {1, 3 }. URL-199.194.52.184 in IP Format |. allow IP address and DOMAIN (DOMAIN Name) ([0-9a-z _! ~ * ()-] +.) *. Third-level domain verification-www. ([0-9a-z] [

Transferred from the Internet, relatively complete, no public function isValidUrl () {$ patern = '/^ http [s]? :\/\/'. '([0-9] {1, 3 }\.) {3} [0-9] {1, 3 }'. // URL in IP Format-199.194.52.184 '| '. // allow IP and DOMAIN (DOMAIN Name) '([0-9a-z _! ~ * \ '()-] + \.) *'. // Third-level domain verification-www. '([0-9a-z] [

Transferred from the Internet, relatively complete, <无>
Public function isValidUrl () {$ patern = '/^ http [s]? :\/\/'. '([0-9] {1, 3 }\.) {3} [0-9] {1, 3 }'. // URL in IP Format-199.194.52.184 '| '. // allow IP and DOMAIN (DOMAIN Name) '([0-9a-z _! ~ * \ '()-] + \.) *'. // Third-level domain verification-www. '([0-9a-z] [0-9a-z-] {0, 61 })? [0-9a-z] \. '. // second-level domain verification '[a-z] {2, 6 })'. // top-level domain verification. com or. museum '(: [0-9] {1, 4 })? '. // Port-: 80 '((\/\?) | '. // If a file is contained, verify the file' (\/[0-9a-zA-Z _!~ \*\'\(\)\.;\? : @ & =\+ \ $, % #-\/] *)?) $/'; If (! Preg_match ($ patern, $ this-> url) {$ this-> addError ('url', 'the url format you entered is incorrect. Please check it! ');}}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.