PHP regular Ereg ereg_replace eregi eregi_replace Split

Source: Internet
Author: User
Tags ereg regular expression split

Ereg ()
Ereg_replace ()
Eregi ()
Eregi_replace ()
Split ()

(1) Ereg,eregi
This is a regular expression matching function, the former is case-insensitive, and the latter is irrelevant.
Usage:
Ereg (regular expression, string, [match part array name]);
Regular expressions in PHP3.0 are generally similar to those used in grep.
(2) Ereg_replace,eregi_replace
These are replacement functions.
Usage:
Ereg_replace (Regular expression, substitution string, original string);
A strtr in the string handler is a "translation" function, similar to the tr/.../.../in Perl,
Usage:
STRTR (String, "from", "to");
For example:
STRTR ("Aaabb", "AB", "CD") returns to "CCCDD".
(3) Split
It's similar to the explode function, but this time you can split the string at a place that matches a regular expression.
Usage:
Split (regular expression, string, [number of items taken out before]);

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.