Php implements 17 regular expressions and PHP 17 regular expressions _ php Tutorial-php Tutorial

Source: Internet
Author: User
Php implements 17 regular expressions and php 17 regular expressions. Php implements 17 regular expressions, php 17 regular expressions php implements 17 regular expressions this tutorial comes from: php Tutorial: php.662p.com ^ d + [DISCUZ_CODE_1] quot; 17 regular expressions and 17 regular expressions are implemented in non-negative integer php.

Php implements 17 regular expressions

This tutorial from: php Tutorial: http://php.662p.com

"^ \ D + [DISCUZ_CODE_1] quot; // non-negative integer (positive integer + 0) "^ [0-9] * [1-9] [0-9] * [DISCUZ_CODE_1] quot; // positive integer" ^ (-\ d +) | (0 +) [DISCUZ_CODE_1] quot; // non-positive integer (negative integer + 0) "^-[0-9] * [1-9] [0-9] * [DISCUZ_CODE_1] quot; // negative integer" ^ -? \ D + [DISCUZ_CODE_1] quot; // integer "^ \ d + (\. \ d + )? [DISCUZ_CODE_1] quot; // non-negative floating point number (positive floating point number + 0) "^ ([0-9] + \. [0-9] * [1-9] [0-9] *) | ([0-9] * [1-9] [0-9] * \. [0-9] +) | ([0-9] * [1-9] [0-9] *) [DISCUZ_CODE_1] quot; // positive floating point number "^ (-\ d + (\. \ d + )?) | (0 + (\. 0 + )?)) [DISCUZ_CODE_1] quot; // non-positive floating point number (negative floating point number + 0) "^ (-([0-9] + \. [0-9] * [1-9] [0-9] *) | ([0-9] * [1-9] [0-9] * \. [0-9] +) | ([0-9] * [1-9] [0-9] *) [DISCUZ_CODE_1] quot; // negative floating point number "^ (-? \ D +) (\. \ d + )? [DISCUZ_CODE_1] quot; // floating point number "^ [A-Za-z] + [DISCUZ_CODE_1] quot; // a string consisting of 26 English letters "^ [A-Z] + [DISCUZ_CODE_1] quot; // a string consisting of 26 uppercase letters "^ [a-z] + [DISCUZ_CODE_1] quot; // a string consisting of 26 lowercase letters "^ [A-Za-z0-9] + [DISCUZ_CODE_1] quot; // a string consisting of a number and 26 English letters "^ \ w + [DISCUZ_CODE_1] quot; // a string consisting of digits, 26 English letters, or underscores "^ [\ w-] + (\. [\ w-] +) * @ [\ w-] + (\. [\ w-] +) + [DISCUZ_CODE_1] quot; // email address "^ [a-zA-z] +: // (\ w + (-\ w +) *)(\. (\ w + (-\ w + )*))*(\? \ S *)? [DISCUZ_CODE_1] quot; // url

Http://php.662p.com/thread-532-1-1.html

Php in the implementation of 17 regular expressions this tutorial from: php Tutorial: http://php.662p.com "^ \ d + [DISCUZ_CODE_1] quot; // non-negative integer...

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.