Use of preg regular function in PHP
the difference between 1.preg_match and Preg_match_all
The difference between Preg_match and Preg_match_all is that preg_match matches only once. The Preg_match_all all match until the end of the string. Cases:
Mixed preg_replace (mixed $pattern, mixed $replacement, mixed $subject [, int $limit =-1 [, int & $count]])
Returns an array if subject is an array, otherwise returns a string. If an error occurs, NULL is returned. Modifier \e is deprecated,
Note:Backslashes have special meanings in both single-quote strings and double-quote strings, so to match a backslash, the pattern must be written as "\\\\". "/\\/", first it as a string, the backslash will be escaped, then the result of escaping is/
Demo Code
Operation effect (Figure 1)
Operation effect (Figure 2)
Main Package function
Multi_process ();According to the parameters, create the number of pointers to the child process.Bright spot Function 1: The
In our last article we took a look at the introduction of the PHP regular expression, then since the beginning of the study, then we will start to learn the use of the PHP regular expression, then the following specific in PHP how to use it, this
In the programming of the basic will use regular expression to deal with the data, then the following specific in PHP how to use it, this article through concrete examples, to explain the use of the PHP expression in the method.
Recently, using PHP
In the use of regular expressions, I have been in the guerrilla, it is time to come up with a summary. Because of the irresistible reason of stupidity, can only choose to simply say, only write down the ASCII encoding character matching and
Regular Expressions, also known as regex or regexp, is a simple and flexible text processing tool. It can be used to precisely find the content that matches a specified rule in a text. For more information about regular expressions, see here. Common
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.